Class CMYKColor
CMYKColor class
Class for CMYK color. Null means CMYK is not used, default RGB color is in use.
public class CMYKColor
Constructors
| Name | Description |
|---|---|
| CMYKColor(int, int, int, int) | Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are 0-100. |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Compares if values of colors are the same |
| override GetHashCode() | Hash code of CMYKColor |
See Also
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode