RgbColor Constructor (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
)

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.

See Also

Reference