r=255g=128b=0c=(r*65536)+(g*256)+bColor 0,0,cText 0,0,"*** " + c + " ***"WaitKey
Const col_White = (255*65536)+(255*256)+255Const col_Yellow = (255*65536)+(255*256)+0Const col_Blue = (0*65536)+(0*256)+255Const col_Orange = (255*65536)+(128*256)+0etc etc etc
Color 0,0,col_yellowText 0,10,"Yellow"WaitKey