PDA

View Full Version : Colors - Make your Menu Look Pretty!



Wolfe
04-18-2008, 05:29 PM
const D3DCOLOR txtBlack = D3DCOLOR_ARGB(255,0,0,0)
const D3DCOLOR txtRed = D3DCOLOR_ARGB(255,255,0,0)
const D3DCOLOR txtGreen = D3DCOLOR_ARGB(255,0,255,0)
const D3DCOLOR txtBlue = D3DCOLOR_ARGB(255,0,0,255)
const D3DCOLOR txtMagenta = D3DCOLOR_ARGB(255,255,0,255)
const D3DCOLOR txtCyan = D3DCOLOR_ARGB(255,0,255,255)
const D3DCOLOR txtYellow = D3DCOLOR_ARGB(255,255,255,0)
const D3DCOLOR txtWhite = D3DCOLOR_ARGB(255,255,255,255)

Don't ask what to do with these either you do or you dont.

:popconrzbitch

mojo007
04-18-2008, 05:36 PM
i think white is

const D3DCOLOR txtWhite = D3DCOLOR_ARGB(0, 255, 255, 255);

last i checked in cobras tut text menu

Wolfe
04-18-2008, 05:57 PM
I tried that. And when I used it the text disappeared.

virus7799
04-18-2008, 06:54 PM
const D3DCOLOR txtBlack = D3DCOLOR_ARGB(255,0,0,0)
const D3DCOLOR txtRed = D3DCOLOR_ARGB(255,255,0,0)
const D3DCOLOR txtGreen = D3DCOLOR_ARGB(255,0,255,0)
const D3DCOLOR txtBlue = D3DCOLOR_ARGB(255,0,0,255)
const D3DCOLOR txtMagenta = D3DCOLOR_ARGB(255,255,0,255)
const D3DCOLOR txtCyan = D3DCOLOR_ARGB(255,0,255,255)
const D3DCOLOR txtYellow = D3DCOLOR_ARGB(255,255,255,0)
const D3DCOLOR txtWhite = D3DCOLOR_ARGB(255,255,255,255)

Don't ask what to do with these either you do or you dont.

:popconrzbitch

These are from a D3D Starter kit...

Chris
04-18-2008, 06:57 PM
lol the text dissappered becuase ARGB u set the ***** to 0 so it was completely transparent


D3DCOLOR_ARGB(A, R, G, B);

dam u firedawg u beat me too it rofl right after i posted i see urs

Spenser
05-25-2008, 12:16 PM
Thanks :).

masterboy
05-25-2008, 12:20 PM
Use this if u want more colors :)
http://www.farb-tabelle.de/de/farbtabelle.htm

Zeas posted it,its great..

Spenser
05-25-2008, 12:25 PM
Use this if u want more colors :)
http://www.farb-tabelle.de/de/farbtabelle.htm

Zeas posted it,its great..

Ye I have it bookmarked xD!

http://i26.tinypic.com/2jagdxh.jpg

masterboy
05-25-2008, 12:27 PM
lol yea its bookmarked by me too useful shit :)