Embedded Colours!
#1

Where can I find more of these colours? I want to costumize my 3DTextLabels. I need a COLOR_GOLD. Can I make these with a colorpicker or something?

pawn Код:
#define COL_WHITE       "{FFFFFF}"
#define COL_RED         "{F81414}"
Reply
#2

You could make your own like the original one you have, just remove the 0x and AA
Reply
#3

http://www.colorpicker.com/

just copy the number on top and add it like

Код:
#define COL_SOMETHING       "{XXXXXX}"
or just copy the number and do it like:
(add 0x to the beginning and AA at the end of the number you copied)

Код:
#define COL_SOMETHING       0xXXXXXXAA
Reply
#4

Quote:
Originally Posted by RowdyrideR
Посмотреть сообщение
http://www.colorpicker.com/

just copy the number on top and add it like

Код:
#define COL_SOMETHING       "{XXXXXX}"
or just copy the number and do it like:
(add 0x to the beginning and AA at the end of the number you copied)

Код:
#define COL_SOMETHING       0xXXXXXXAA
But the second one won't be embedded, just for a note.

On topic:

If you have an Adobe product, for example Photoshop, it's highly recommended you use the color picker to find the HEX code of the color. However, if you don't, then this site is a great alternative: http://www.w3schools.com/tags/ref_colorpicker.asp. You pick the main color, and then you can select the shade from the right. You can also modify colors by putting the HEX code into the text box, then press submit and it'll find the color for you which from there you can modify the shade of it or whatever you want to do.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)