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.



Constants

ConstantValueDescription
FOG_COLOR_BLACK0
Totally black fog color.
FOG_COLOR_BLUE255
Blue fog color.
FOG_COLOR_BLUE_DARK102
A dark blue fog color.
FOG_COLOR_BROWN10053120
A brown fog color.
FOG_COLOR_BROWN_DARK6697728
A dark brown fog color.
FOG_COLOR_CYAN65535
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_GREEN65280
A green fog color.
FOG_COLOR_GREEN_DARK23112
A dark green fog color.
FOG_COLOR_GREY10066329
A grey (not GRAY, its GREY, right?) fog color.
FOG_COLOR_MAGENTA16711935
A magenta ("A purplish red") fog color.
FOG_COLOR_ORANGE16750848
A orange fog color.
FOG_COLOR_ORANGE_DARK13395456
A dark orange fog color.
FOG_COLOR_RED16711680
A red fog color.
FOG_COLOR_RED_DARK6684672
A dark red fog color.
FOG_COLOR_WHITE16777215
A white fog color.
FOG_COLOR_YELLOW16776960
A yellow fog color.
FOG_COLOR_YELLOW_DARK11184640
A dark yellow fog color.

See Also

functions: SetFogColor