Rgb16Color Constructor (UInt16, UInt16, UInt16, UInt16)

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

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

Syntax

C#
public Rgb16Color(
	ushort r,
	ushort g,
	ushort b,
	ushort a
)

Parameters

r

Type: System.UInt16

A red channel value.
g

Type: System.UInt16

A green channel value.
b

Type: System.UInt16

A blue channel value.
a

Type: System.UInt16

An alpha channel value.

See Also

Reference