cmyk
Defines a CMYK color, used in the SolidColor
object.
CMYKColor
Bases: Photoshop
A CMYK color specification.
Source code in photoshop/api/colors/cmyk.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
|
black: int
property
writable
The black color value. Range: 0.0 to 100.0.
cyan: int
property
writable
The cyan color value. Range: 0.0 to 100.0.
magenta: int
property
writable
The magenta color value. Range: 0.0 to 100.0.
yellow: int
property
writable
The yellow color value. Range: 0.0 to 100.0.
Last update: 2024-11-17
Created: 2024-11-17
Created: 2024-11-17