Arbortext IsoDraw > Macro Language Reference > Functions and Data Types > Complex Data Types > RGBColor
  
RGBColor
An RGBColor owns three properties which are integer literals. These properties define the values of red, green and blue. In contrast to "normal" integer literals the RGB-integers can only range from 0 to 255.
DEFINE RGB_red AS RGBColor
RGB_red.red = 188
RGB_red.green = 0
RGB_red.blue = 139