orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
orxColorList.inc
Go to the documentation of this file.
1/* Orx - Portable Game Engine
2 *
3 * Copyright (c) 2008- Orx-Project
4 *
5 * This software is provided 'as-is', without any express or implied
6 * warranty. In no event will the authors be held liable for any damages
7 * arising from the use of this software.
8 *
9 * Permission is granted to anyone to use this software for any purpose,
10 * including commercial applications, and to alter it and redistribute it
11 * freely, subject to the following restrictions:
12 *
13 * 1. The origin of this software must not be misrepresented; you must not
14 * claim that you wrote the original software. If you use this software
15 * in a product, an acknowledgment in the product documentation would be
16 * appreciated but is not required.
17 *
18 * 2. Altered source versions must be plainly marked as such, and must not be
19 * misrepresented as being the original software.
20 *
21 * 3. This notice may not be removed or altered from any source
22 * distribution.
23 */
24
31
32#ifdef orxCOLOR_DECLARE
33
34 orxCOLOR_DECLARE(ALICE_BLUE, 240, 248, 255)
35 orxCOLOR_DECLARE(ANTIQUE_WHITE, 250, 235, 215)
36 orxCOLOR_DECLARE(AQUA, 0, 255, 255)
37 orxCOLOR_DECLARE(AQUAMARINE, 127, 255, 212)
38 orxCOLOR_DECLARE(AZURE, 240, 255, 255)
39 orxCOLOR_DECLARE(BEIGE, 245, 245, 220)
40 orxCOLOR_DECLARE(BISQUE, 255, 228, 196)
41 orxCOLOR_DECLARE(BLACK, 0, 0, 0)
42 orxCOLOR_DECLARE(BLANCHED_ALMOND, 255, 235, 205)
43 orxCOLOR_DECLARE(BLUE, 0, 0, 255)
44 orxCOLOR_DECLARE(BLUE_VIOLET, 138, 43, 226)
45 orxCOLOR_DECLARE(BROWN, 165, 42, 42)
46 orxCOLOR_DECLARE(BURLY_WOOD, 222, 184, 135)
47 orxCOLOR_DECLARE(CADET_BLUE, 95, 158, 160)
48 orxCOLOR_DECLARE(CHARTREUSE, 127, 255, 0)
49 orxCOLOR_DECLARE(CHOCOLATE, 210, 105, 30)
50 orxCOLOR_DECLARE(CORAL, 255, 127, 80)
51 orxCOLOR_DECLARE(CORNFLOWER_BLUE, 100, 149, 237)
52 orxCOLOR_DECLARE(CORNSILK, 255, 248, 220)
53 orxCOLOR_DECLARE(CRIMSON, 220, 20, 60)
54 orxCOLOR_DECLARE(CYAN, 0, 255, 255)
55 orxCOLOR_DECLARE(DARK_BLUE, 0, 0, 139)
56 orxCOLOR_DECLARE(DARK_CYAN, 0, 139, 139)
57 orxCOLOR_DECLARE(DARK_GOLDEN_ROD, 184, 134, 11)
58 orxCOLOR_DECLARE(DARK_GRAY, 169, 169, 169)
59 orxCOLOR_DECLARE(DARK_GREY, 169, 169, 169)
60 orxCOLOR_DECLARE(DARK_GREEN, 0, 100, 0)
61 orxCOLOR_DECLARE(DARK_KHAKI, 189, 183, 107)
62 orxCOLOR_DECLARE(DARK_MAGENTA, 139, 0, 139)
63 orxCOLOR_DECLARE(DARK_OLIVE_GREEN, 85, 107, 47)
64 orxCOLOR_DECLARE(DARK_ORANGE, 255, 140, 0)
65 orxCOLOR_DECLARE(DARK_ORCHID, 153, 50, 204)
66 orxCOLOR_DECLARE(DARK_RED, 139, 0, 0)
67 orxCOLOR_DECLARE(DARK_SALMON, 233, 150, 122)
68 orxCOLOR_DECLARE(DARK_SEA_GREEN, 143, 188, 143)
69 orxCOLOR_DECLARE(DARK_SLATE_BLUE, 72, 61, 139)
70 orxCOLOR_DECLARE(DARK_SLATE_GRAY, 47, 79, 79)
71 orxCOLOR_DECLARE(DARK_SLATE_GREY, 47, 79, 79)
72 orxCOLOR_DECLARE(DARK_TURQUOISE, 0, 206, 209)
73 orxCOLOR_DECLARE(DARK_VIOLET, 148, 0, 211)
74 orxCOLOR_DECLARE(DEEP_PINK, 255, 20, 147)
75 orxCOLOR_DECLARE(DEEP_SKY_BLUE, 0, 191, 255)
76 orxCOLOR_DECLARE(DIM_GRAY, 105, 105, 105)
77 orxCOLOR_DECLARE(DIM_GREY, 105, 105, 105)
78 orxCOLOR_DECLARE(DODGER_BLUE, 30, 144, 255)
79 orxCOLOR_DECLARE(FIRE_BRICK, 178, 34, 34)
80 orxCOLOR_DECLARE(FLORAL_WHITE, 255, 250, 240)
81 orxCOLOR_DECLARE(FOREST_GREEN, 34, 139, 34)
82 orxCOLOR_DECLARE(FUCHSIA, 255, 0, 255)
83 orxCOLOR_DECLARE(GAINSBORO, 220, 220, 220)
84 orxCOLOR_DECLARE(GHOST_WHITE, 248, 248, 255)
85 orxCOLOR_DECLARE(GOLD, 255, 215, 0)
86 orxCOLOR_DECLARE(GOLDEN_ROD, 218, 165, 32)
87 orxCOLOR_DECLARE(GRAY, 128, 128, 128)
88 orxCOLOR_DECLARE(GREY, 128, 128, 128)
89 orxCOLOR_DECLARE(GREEN, 0, 128, 0)
90 orxCOLOR_DECLARE(GREEN_YELLOW, 173, 255, 47)
91 orxCOLOR_DECLARE(HONEY_DEW, 240, 255, 240)
92 orxCOLOR_DECLARE(HOT_PINK, 255, 105, 180)
93 orxCOLOR_DECLARE(INDIAN_RED, 205, 92, 92)
94 orxCOLOR_DECLARE(INDIGO, 75, 0, 130)
95 orxCOLOR_DECLARE(IVORY, 255, 255, 240)
96 orxCOLOR_DECLARE(KHAKI, 240, 230, 140)
97 orxCOLOR_DECLARE(LAVENDER, 230, 230, 250)
98 orxCOLOR_DECLARE(LAVENDER_BLUSH, 255, 240, 245)
99 orxCOLOR_DECLARE(LAWN_GREEN, 124, 252, 0)
100 orxCOLOR_DECLARE(LEMON_CHIFFON, 255, 250, 205)
101 orxCOLOR_DECLARE(LIGHT_BLUE, 173, 216, 230)
102 orxCOLOR_DECLARE(LIGHT_CORAL, 240, 128, 128)
103 orxCOLOR_DECLARE(LIGHT_CYAN, 224, 255, 255)
104 orxCOLOR_DECLARE(LIGHT_GOLDEN_ROD_YELLOW, 250, 250, 210)
105 orxCOLOR_DECLARE(LIGHT_GRAY, 211, 211, 211)
106 orxCOLOR_DECLARE(LIGHT_GREY, 211, 211, 211)
107 orxCOLOR_DECLARE(LIGHT_GREEN, 144, 238, 144)
108 orxCOLOR_DECLARE(LIGHT_PINK, 255, 182, 193)
109 orxCOLOR_DECLARE(LIGHT_SALMON, 255, 160, 122)
110 orxCOLOR_DECLARE(LIGHT_SEA_GREEN, 32, 178, 170)
111 orxCOLOR_DECLARE(LIGHT_SKY_BLUE, 135, 206, 250)
112 orxCOLOR_DECLARE(LIGHT_SLATE_GRAY, 119, 136, 153)
113 orxCOLOR_DECLARE(LIGHT_SLATE_GREY, 119, 136, 153)
114 orxCOLOR_DECLARE(LIGHT_STEEL_BLUE, 176, 196, 222)
115 orxCOLOR_DECLARE(LIGHT_YELLOW, 255, 255, 224)
116 orxCOLOR_DECLARE(LIME, 0, 255, 0)
117 orxCOLOR_DECLARE(LIME_GREEN, 50, 205, 50)
118 orxCOLOR_DECLARE(LINEN, 250, 240, 230)
119 orxCOLOR_DECLARE(MAGENTA, 255, 0, 255)
120 orxCOLOR_DECLARE(MAROON, 128, 0, 0)
121 orxCOLOR_DECLARE(MEDIUM_AQUA_MARINE, 102, 205, 170)
122 orxCOLOR_DECLARE(MEDIUM_BLUE, 0, 0, 205)
123 orxCOLOR_DECLARE(MEDIUM_ORCHID, 186, 85, 211)
124 orxCOLOR_DECLARE(MEDIUM_PURPLE, 147, 112, 219)
125 orxCOLOR_DECLARE(MEDIUM_SEA_GREEN, 60, 179, 113)
126 orxCOLOR_DECLARE(MEDIUM_SLATE_BLUE, 123, 104, 238)
127 orxCOLOR_DECLARE(MEDIUM_SPRING_GREEN, 0, 250, 154)
128 orxCOLOR_DECLARE(MEDIUM_TURQUOISE, 72, 209, 204)
129 orxCOLOR_DECLARE(MEDIUM_VIOLET_RED, 199, 21, 133)
130 orxCOLOR_DECLARE(MIDNIGHT_BLUE, 25, 25, 112)
131 orxCOLOR_DECLARE(MINT_CREAM, 245, 255, 250)
132 orxCOLOR_DECLARE(MISTY_ROSE, 255, 228, 225)
133 orxCOLOR_DECLARE(MOCCASIN, 255, 228, 181)
134 orxCOLOR_DECLARE(NAVAJO_WHITE, 255, 222, 173)
135 orxCOLOR_DECLARE(NAVY, 0, 0, 128)
136 orxCOLOR_DECLARE(OLD_LACE, 253, 245, 230)
137 orxCOLOR_DECLARE(OLIVE, 128, 128, 0)
138 orxCOLOR_DECLARE(OLIVE_DRAB, 107, 142, 35)
139 orxCOLOR_DECLARE(ORANGE, 255, 165, 0)
140 orxCOLOR_DECLARE(ORANGE_RED, 255, 69, 0)
141 orxCOLOR_DECLARE(ORCHID, 218, 112, 214)
142 orxCOLOR_DECLARE(PALE_GOLDEN_ROD, 238, 232, 170)
143 orxCOLOR_DECLARE(PALE_GREEN, 152, 251, 152)
144 orxCOLOR_DECLARE(PALE_TURQUOISE, 175, 238, 238)
145 orxCOLOR_DECLARE(PALE_VIOLET_RED, 219, 112, 147)
146 orxCOLOR_DECLARE(PAPAYA_WHIP, 255, 239, 213)
147 orxCOLOR_DECLARE(PEACH_PUFF, 255, 218, 185)
148 orxCOLOR_DECLARE(PERU, 205, 133, 63)
149 orxCOLOR_DECLARE(PINK, 255, 192, 203)
150 orxCOLOR_DECLARE(PLUM, 221, 160, 221)
151 orxCOLOR_DECLARE(POWDER_BLUE, 176, 224, 230)
152 orxCOLOR_DECLARE(PURPLE, 128, 0, 128)
153 orxCOLOR_DECLARE(REBECCA_PURPLE, 102, 51, 153)
154 orxCOLOR_DECLARE(RED, 255, 0, 0)
155 orxCOLOR_DECLARE(ROSY_BROWN, 188, 143, 143)
156 orxCOLOR_DECLARE(ROYAL_BLUE, 65, 105, 225)
157 orxCOLOR_DECLARE(SADDLE_BROWN, 139, 69, 19)
158 orxCOLOR_DECLARE(SALMON, 250, 128, 114)
159 orxCOLOR_DECLARE(SANDY_BROWN, 244, 164, 96)
160 orxCOLOR_DECLARE(SEA_GREEN, 46, 139, 87)
161 orxCOLOR_DECLARE(SEA_SHELL, 255, 245, 238)
162 orxCOLOR_DECLARE(SIENNA, 160, 82, 45)
163 orxCOLOR_DECLARE(SILVER, 192, 192, 192)
164 orxCOLOR_DECLARE(SKY_BLUE, 135, 206, 235)
165 orxCOLOR_DECLARE(SLATE_BLUE, 106, 90, 205)
166 orxCOLOR_DECLARE(SLATE_GRAY, 112, 128, 144)
167 orxCOLOR_DECLARE(SLATE_GREY, 112, 128, 144)
168 orxCOLOR_DECLARE(SNOW, 255, 250, 250)
169 orxCOLOR_DECLARE(SPRING_GREEN, 0, 255, 127)
170 orxCOLOR_DECLARE(STEEL_BLUE, 70, 130, 180)
171 orxCOLOR_DECLARE(TAN, 210, 180, 140)
172 orxCOLOR_DECLARE(TEAL, 0, 128, 128)
173 orxCOLOR_DECLARE(THISTLE, 216, 191, 216)
174 orxCOLOR_DECLARE(TOMATO, 255, 99, 71)
175 orxCOLOR_DECLARE(TURQUOISE, 64, 224, 208)
176 orxCOLOR_DECLARE(VIOLET, 238, 130, 238)
177 orxCOLOR_DECLARE(WHEAT, 245, 222, 179)
178 orxCOLOR_DECLARE(WHITE, 255, 255, 255)
179 orxCOLOR_DECLARE(WHITE_SMOKE, 245, 245, 245)
180 orxCOLOR_DECLARE(YELLOW, 255, 255, 0)
181 orxCOLOR_DECLARE(YELLOW_GREEN, 154, 205, 50)
182
183#endif /* orxCOLOR_DECLARE */
#define orxCOLOR_DECLARE(NAME, R, G, B)
Definition orxVector.h:991

Generated for orx by doxygen 1.8.11