CmykColor.FromParams
CmykColor.FromParams method
Creates a CmykColor structure from a 32-bit cyan, magenta, yellow and black values. This method is deprecated. Please use more effective FromComponents.
[Obsolete]
public static CmykColor FromParams(int cyan, int magenta, int yellow, int black)
| Parameter | Type | Description |
|---|---|---|
| cyan | Int32 | The cyan component. Valid values are 0 through 255. |
| magenta | Int32 | The magenta component. Valid values are 0 through 255. |
| yellow | Int32 | The yellow component. Valid values are 0 through 255. |
| black | Int32 | The black component. Valid values are 0 through 255. |
Return Value
The CmykColor.
See Also
- struct CmykColor
- namespace Aspose.PSD
- assembly Aspose.PSD