get2_inline
Description:
public static Color get2_inline (
uint hcolor)
Gets a color in the color table based on hcolor
.
This is the same as get2, but inlined in C code.
Parameters:
hcolor |
the color in 0xRRGGBB format.
|
Returns:
the composite color value or NONE if there are no more free colors.
|