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 The ColorToInt function converts a color to its integer representation for use in bitmaps.
ColorToInt(Color)
| Parameters | Description |
|---|---|
| color | The color to convert to an integer. |
ColorToInt(Blue)
Result :
= #0000ff