RgbColor Constructor (Byte, Byte, Byte, Byte)

Initializes a new instance of the RgbColor class with the specified channel values.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RgbColor(
	byte r,
	byte g,
	byte b,
	byte a
)

Parameters

r

Type: System.Byte

A red channel value.
g

Type: System.Byte

A green channel value.
b

Type: System.Byte

A blue channel value.
a

Type: System.Byte

An alpha channel value.

See Also

Reference