ColorToInt

The ColorToInt function converts a color to its integer representation for use in bitmaps.

Syntax :

ColorToInt(Color)
Parameters Description
color The color to convert to an integer.

Example :

ColorToInt(Blue)

Result :

= #0000ff