public class CmykColor extends com.aspose.ms.lang.Struct<CmykColor>
Modifier and Type | Field and Description |
---|---|
float |
C
The cyan component.
|
float |
K
The black component.
|
float |
M
The magenta component.
|
float |
Y
The yellow component.
|
Constructor and Description |
---|
CmykColor() |
public float C
The cyan component.
public float M
The magenta component.
public float Y
The yellow component.
public float K
The black component.
Copyright © 2016 Aspose. All Rights Reserved.