Convert an Origin OColor into an HTML hex color string
BOOL okutil_ocolor_to_HTML(OCOLOR nColor, string* pstr)
Return FALSE if pstr = NULL,TRUE otherwise.
EX1
void okutil_ocolor_to_HTML_Ex1() { OCOLOR cc = okutil_HTML_to_ocolor("#0f0"); string str; okutil_ocolor_to_HTML(cc, &str); out_str(str);//#00FF00 }
okutil_HTML_to_ocolor
origin.h