Initializes a Cmyk16Color object by using the specified channel values in percentage.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Cmyk16Color FromPercentages( float c, float m, float y, float k )
Type: System.Single
A cyan channel percentage value.Type: System.Single
A magenta channel percentage value.Type: System.Single
A yellow channel percentage value.Type: System.Single
A black channel percentage value.