Cmyk16Color Constructor (UInt16, UInt16, UInt16, UInt16)

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

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

Syntax

C#
public Cmyk16Color(
	ushort c,
	ushort m,
	ushort y,
	ushort k
)

Parameters

c

Type: System.UInt16

A cyan channel value.
m

Type: System.UInt16

A magent channel value.
y

Type: System.UInt16

A yellow channel value.
k

Type: System.UInt16

A black channel value.

See Also

Reference