Converts the RGB value specified by the red, green, and blue components to an ACI value.
Parameters
Parameters
Description
red
[in] Red component an an integer value in the range from 0 to 255.
green
[in] Green component an an integer value in the range from 0 to 255.
blue
[in] Blue component an an integer value in the range from 0 to 255.
Remarks
For converting, this method uses the default palette specified by the mLUT static array and returns the color index without color method as an integer value in the range from 0 to 257.