Returns CmykColor class instance constructed from all 5 channels (alpha, cyan, magenta, yellow, and black).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromAcmyk32 ( _ alpha As Integer, _ cyan As Integer, _ magenta As Integer, _ yellow As Integer, _ black As Integer _ ) As CmykColor
Type: System.Int32
Alpha channel value.Type: System.Int32
Cyan channel value.Type: System.Int32
Magenta channel value.Type: System.Int32
Yellow channel value.Type: System.Int32
Black channel value.