Post Reply 
Colors in RECT_P(RRGGBB); [Red Green Blue]
02-15-2014, 11:38 AM (This post was last modified: 02-16-2014 03:07 PM by Damien.)
Post: #2
RE: Colors in RECT_P(RRGGBB); [Red Green Blue]
Hi,
Are you in HEXADECIMAL on your Prime ? (look at your home settings)
You have to enter the color like that (for HEXA): RECT_P(#RRGGBBh),
with RR,GG,RR from 00h to FFh.
# is a prefix which tells that you are using a binary integer.
h is the suffix of the base used for the binary integer (h for hexadecimal, d for decimal, b for binary, o for octal).

Regards,

Damien.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Colors in RECT_P(RRGGBB); [Red Green Blue] - Damien - 02-15-2014 11:38 AM



User(s) browsing this thread: 1 Guest(s)