CMYKColor
Defines a CMYK color, used in SolidColor object.
Properties
名称 | 类型 | 访问 | 默认 | 范围 | 最低版本 | 描述 |
---|---|---|---|---|---|---|
black | number | R W | 0 | 0.0..100.0 | 23.0 | The black color value, as percentage. |
cyan | number | R W | 0 | 0.0..100.0 | 23.0 | The cyan color value, as percentage. |
magenta | number | R W | 0 | 0.0..100.0 | 23.0 | The magenta color value, as percentage. |
typename | string | R | - | - | 23.0 | The class name of the referenced object: "CMYKColor". |
yellow | number | R W | 0 | 0.0..100.0 | 23.0 | The yellow color value, as percentage. |