[edit] FOG_COLOR_* Constant Group
The color of the fog, to be specified within SetFogColor(). Remember to check the documentation of SetFogColor() for the ability to get exactly the right color you want.
[edit] Constants
Constant
|
Value
|
Description
|
FOG_COLOR_BLACK
|
0
|
|
FOG_COLOR_BLUE
|
255
|
|
FOG_COLOR_BLUE_DARK
|
102
|
|
FOG_COLOR_BROWN
|
10053120
|
|
FOG_COLOR_BROWN_DARK
|
6697728
|
|
FOG_COLOR_CYAN
|
65535
|
A Cyan (you know, that color that isn't quite green, or quite blue...but I swear it was one of them rather then the other, or maybe that is turquoise?) fog color.
|
|
FOG_COLOR_GREEN
|
65280
|
|
FOG_COLOR_GREEN_DARK
|
23112
|
|
FOG_COLOR_GREY
|
10066329
|
A grey (not GRAY, its GREY, right?) fog color.
|
|
FOG_COLOR_MAGENTA
|
16711935
|
A magenta ("A purplish red") fog color.
|
|
FOG_COLOR_ORANGE
|
16750848
|
|
FOG_COLOR_ORANGE_DARK
|
13395456
|
|
FOG_COLOR_RED
|
16711680
|
|
FOG_COLOR_RED_DARK
|
6684672
|
|
FOG_COLOR_WHITE
|
16777215
|
|
FOG_COLOR_YELLOW
|
16776960
|
|
FOG_COLOR_YELLOW_DARK
|
11184640
|
|
[edit] See Also