MicroStation CONNECT Edition Help

RGB Colors

An RGB data type represents a color. It is specified as a triplet of integers in the range 0 to 255. The integers represent red, green, and blue intensities, respectively. You can specify white as (255,255,255) and black as (0,0,0).

Examples:

(255, 0, 0) red
(0, 255, 0) green
(0, 0, 255) blue
(255, 255, 0) yellow
(255, 0, 255) magenta
(0, 255, 255) cyan
(200, 200, 200) light gray
(100, 100, 100) dark gray