Need some beautiful colors in registration ^^
#1

Guys, please can someone give me some colors? Which looks beautiful at register?
Reply
#2

Blue.Sky blue.
Reply
#3

http://www.javascripter.net/faq/rgbtohex.htm

Play around with the values 0-255 and you can get nice combinations of colours.

Let's say you add: 255 0 0 which is red, it outputs: FF0000

Add 0x before and FF after and you're done!

pawn Код:
#define RED 0xFF0000FF
Let's try another one!

You input: 255 255 0 (yellow) and it gives FFFF00

so it becomes:
pawn Код:
#define YELLOW 0xFFFF00FF
You can now continue with your own colours!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)