Difference between revisions of "RGB"
Jump to navigation
Jump to search
imported>Clippy (Created page with 'The '''_RGB''' function returns the closest palette index or 32 bit color. ''Syntax:'' paletteindex = _RGB(red, green, blue[, image_handle]) ''See also:'' RGBA, [[RGBA32…') |
imported>Clippy m |
||
Line 6: | Line 6: | ||
− | ''See also:'' [[ | + | ''See also:'' [[_RGBA]], [[_RGBA32]], [[_LOADIMAGE]] |
Revision as of 21:01, 7 November 2009
The _RGB function returns the closest palette index or 32 bit color.
Syntax: paletteindex = _RGB(red, green, blue[, image_handle])
See also: _RGBA, _RGBA32, _LOADIMAGE