CmykColorHelper.FromComponents
CmykColorHelper.FromComponents method
Creates CMYK from a 32-bit cyan, magenta, yellow and black values.
public static int FromComponents(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 CMYK color presented as a 32-bit integer value.
See Also
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD