Color tablr hex values in Help file are wrong!

Everything else that doesn't fall into one of the other PB categories.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Color tablr hex values in Help file are wrong!

Post 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.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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.
Post Reply