User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_color.tocmyk_double_double_double_double

Table of Contents

TGIS_Color.ToCMYK method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ToCMYK(
  self,
  _c: VarParameter,
  _m: VarParameter,
  _y: VarParameter,
  _k: VarParameter
) -> None: 

Parameters

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
2023/08/09 01:51

Page Tools