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.
Color tablr hex values in Help file are wrong!
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
No, they are correct.
This is wrong:Because, when you use them in PureBasic you need to reverse the red and blue component.
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)).