Arbortext IsoDraw > Macro Language Reference > Functions and Data Types > Complex Data Types > CMYKColor
  
CMYKColor
A CMYKColor owns four properties which are floats literals. These properties define the values of cyan, magenta, yellow and key (or black). In contrast to "normal" float literals the CMYK-float range is only from 0 to 1.
DEFINE CMYK_blue AS CMYKColor
CMYK_blue.cyan = 0.99
CMYK_blue.magenta = 0.7
CMYK_blue.yellow = 0.13
CMYK_blue.black = 0.08