User Tools

Site Tools


de:getcolor

GetColor

Format

getcolor
getcolor()

Description

Returns the RGB value of the current drawing color (last set by color statement). RGB is calculated by taking ((red * 256) + green * 256) + blue where red, green, and blue are between 0 and 255. If the drawing color has been set to CLEAR a -1 will be returned.

See Also

Example

color red
print getcolor

will print

16711680

New To Version

0.9.5m

de/getcolor.txt · Last modified: 2020/02/28 10:46 (external edit)