| Mirage Source http://www.miragesource.net/forums/ |
|
| Colors http://www.miragesource.net/forums/viewtopic.php?f=210&t=4340 |
Page 1 of 1 |
| Author: | Egon [ Wed Sep 17, 2008 1:26 am ] |
| Post subject: | Colors |
Just because I'm lazy and don't want to keep getting the colors RGB everytime I need them, I'm sharing this. Code: Color = (RGB(0, 0, 0)) ' Black
Color = (RGB(128, 128, 128))' Dark Gray Color = (RGB(192, 192, 192))' Light Gray Color = (RGB(255, 255, 255))' White Color = (RGB(230, 115, 0)) ' Dark Orange Color = (RGB(255, 128, 0)) ' Orange Color = (RGB(230, 230, 0)) ' Dark Yellow Color = (RGB(255, 255, 0)) ' Yellow Color = (RGB(0, 0, 128)) ' Dark Blue Color = (RGB(0, 0, 255)) ' Blue Color = (RGB(0, 255, 255)) ' Light Blue [Ice] Color = (RGB(128, 0, 0)) ' Dark Red Color = (RGB(255, 0, 128)) ' Red Color = (RGB(0, 128, 0)) ' Dark Green Color = (RGB(0, 255, 128)) ' Green Color = (RGB(128, 0, 128)) ' Dark Purple Color = (RGB(255, 0, 255)) ' Pink Color = (RGB(116, 85, 12)) ' Dark Brown Color = (RGB(219, 159, 21)) ' Brown Color = (RGB(235, 198, 120))' Light Brown |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|