DK11 for Python | tatukgis.pdk.TGIS_Color.ToCMYK | Methods | Properties
Retrieves the cyan (C), magenta (M), yellow (Y), and black (K) components of the current color.
# Python def ToCMYK( self, _c: VarParameter, _m: VarParameter, _y: VarParameter, _k: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_c | float | cyan; expected value: 0..1 |
_m | float | magenta; expected value: 0..1 |
_y | float | yellow; expected value: 0..1 |
_k | float | key (black); expected value: 0..1 |