Color.FromCmyka
Color.FromCmyka method
Returns a new Color with the requested cyan, magenta, yellow, key (black), alpha values.
public static Color FromCmyka(float cyan, float magenta, float yellow, float key, float alpha)
| Parameter | Type | Description | 
|---|---|---|
| cyan | Single | A float that represents the cyan component of the color. | 
| magenta | Single | A float that represents the magenta component of the color. | 
| yellow | Single | A float that represents the yellow component of the color. | 
| key | Single | A float that represents the key component of the color. | 
| alpha | Single | A float that represents the alpha component of the color. | 
Return Value
A new instance of the Color class
See Also
- class Color
 - namespace Aspose.Svg.Drawing
 - assembly Aspose.SVG