color problem
#1

#99000F
This is a dark-red color.
How do I put it in #define good

I have tried 0x99000F but it is green color :/
Reply
#2

#define COLOR_DARK_RED 0x5F0000FF
Reply
#3

#define COLOR_RED 0xAA3333AA this is the red color, anyways yours is not the red
Reply
#4

Please do not post if you have no idea what you're talking about

0x r g b transparency
In your case
pawn Код:
#define COLOR_RED 0x99000FFF
Reply
#5

Erm look in my topic it said I already tried that
[EFS] gave me the good color, thx

[EFS] How did u convert please tell
Reply
#6

FF = White - Brighter R G B 00 = Black - Darker R G B

Between those

00,11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF

Also

Код:
#define COLOR_DARKRED #800000 // Also maroon
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)