dibColor

Definition: a32Colour dibColor(integer red, integer green, integer blue)
Description: Converts an RGB-value to a sequence ({blue, green, red}) that can be used in a bitmap
Comments: Note that bitmaps contain BGR rather than RGB colours that you may have encountered elsewhere.