Page 1 of 1

Color tablr hex values in Help file are wrong!

Posted: Wed Mar 15, 2006 9:31 am
by Psychophanta
It is a bug in the PBHelp file.
You can check it. Go to the help file and see at the color table; the hex values are wrong.

Posted: Wed Mar 15, 2006 5:28 pm
by Trond
No, they are correct.

This is wrong:

Code: Select all

You can directly use the displayed hexadecimal color values in PureBasic, when you e.g. write Plot(x,y,$FFFFFF) instead of Plot(x,y,RGB(r,g,b)). 
Because, when you use them in PureBasic you need to reverse the red and blue component.