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