| View previous topic :: View next topic |
| Author |
Message |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Thu Mar 13, 2008 1:01 am Post subject: [SOLVED]Color value for pspDebugScreenSetTextColor etc.. |
|
|
Excuse me, but i've don't find a table for the hex value of the color, ex. =0x000000FF, there are a table for this (color = value)?
Last edited by ne0h on Mon Mar 17, 2008 3:17 am; edited 1 time in total |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Thu Mar 13, 2008 3:25 am Post subject: |
|
|
Table?? Judging from its size it seems an RGBA value...this means that you have a byte (two exadecimal digits) for each of the four components...
255 = 0xFF, so white, fully opaque is 0xFFFFFFFF.....this is something EXTREMELY basic....you should find a tutorial on graphic basis.... |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Mar 13, 2008 4:17 am Post subject: |
|
|
| I do believe the debug colors are all ABGR/8888. All my code uses that format color. |
|
| Back to top |
|
 |
|