Int0xicated
10-10-2008, 12:33 AM
This is SUPER SIMPLE.
Since no one was making any posts in this forum, I though id post a simple tutorial on using ARBG Colors.
A : *****
R : Red
G : Green
B : Blue
d3dcolor_argb( 255 , 0 , 0 , 0 )
This would make a Black Color
d3dcolor_argb( 255, 255, 255, 255 )
This would make a White color.
This is an example on using the function.
You can find a list of RGB Codes, and Hex Digits on This Page. (http://www.farb-tabelle.de/de/farbtabelle.htm)
~Tutorial made by Int0xicated for DXTH4X!
NO LEECHING
Since no one was making any posts in this forum, I though id post a simple tutorial on using ARBG Colors.
A : *****
R : Red
G : Green
B : Blue
d3dcolor_argb( 255 , 0 , 0 , 0 )
This would make a Black Color
d3dcolor_argb( 255, 255, 255, 255 )
This would make a White color.
This is an example on using the function.
You can find a list of RGB Codes, and Hex Digits on This Page. (http://www.farb-tabelle.de/de/farbtabelle.htm)
~Tutorial made by Int0xicated for DXTH4X!
NO LEECHING