RGB
Revision as of 04:28, 30 November 2010 by imported>Clippy
The _RGB function returns the closest palette index or 32 bit color value.
- colorindex = _RGB(red, green, blue[, image_handle])
- red& specifies the red component intensity.
- green& specifies the green component intensity.
- blue& specifies the blue component intensity.
- Valid component intensity values range from 0 (no intensity; color not present) to 255 (full intensity).
- Values outside the valid range are clipped.
See also