ocolor2rgb-func
This function is used to convert an internal color code (ocolor) to RGB value.
int ocolor2rgb(int oColor)
oColor
Return the corresponding RGB value, which is constructed by RGB triplet as: R + G*256 + B*65536.
ocolor2rgb(29151788) =; //return 12374572
color