![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Public Member Functions | |
| def | __init__ (self, float c, float m, float y, float k) |
| str | __repr__ (self) |
| str | format_cmyk (self) |
Static Public Member Functions | |
| CMYKColor | parse_cmyk (str s) |
Public Attributes | |
| C | |
| K | |
| M | |
| Y | |
Class for CMYK color. None means CMYK is not used, default RGB color is in use. CMYK values are 0–100 on input; stored internally as 0.0–1.0 floats.
| def __init__ | ( | self, | |
| float | c, | ||
| float | m, | ||
| float | y, | ||
| float | k | ||
| ) |
| str __repr__ | ( | self | ) |
| str format_cmyk | ( | self | ) |
|
static |
| C |
| K |
| M |
| Y |