The difference between {some color} and 0xsome color
#1

For exemple how to create the same color (e.g. orange) in the text and in the message.
Код:
#define COLOUR_ORANGE 0xFF8000FF
#define orange "{?}"
Reply
#2

pawn Код:
#define COLOUR_ORANGE 0xFF8000FF
#define orange "{FF8000}"
0x | FF8000 | FF

FF8000 - Hex color - Click here
FF - Transparency - Click here
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)