CmykColor Constructor (Byte, Byte, Byte, Byte)

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 CmykColor(
	byte c,
	byte m,
	byte y,
	byte k
)

Parameters

c

Type: System.Byte

A cyan channel value.
m

Type: System.Byte

A magent channel value.
y

Type: System.Byte

A yellow channel value.
k

Type: System.Byte

A black channel value.

See Also

Reference