FOG COLOR

From NWN Lexicon
(Redirected from Fog color)
Jump to navigationJump to search

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

Constant Value Description
FOG_COLOR_BLACK 0
Totally black fog color.
FOG_COLOR_BLUE 255
Blue fog color.
FOG_COLOR_BLUE_DARK 102
A dark blue fog color.
FOG_COLOR_BROWN 10053120
A brown fog color.
FOG_COLOR_BROWN_DARK 6697728
A dark brown fog color.
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
A green fog color.
FOG_COLOR_GREEN_DARK 23112
A dark green fog color.
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
A orange fog color.
FOG_COLOR_ORANGE_DARK 13395456
A dark orange fog color.
FOG_COLOR_RED 16711680
A red fog color.
FOG_COLOR_RED_DARK 6684672
A dark red fog color.
FOG_COLOR_WHITE 16777215
A white fog color.
FOG_COLOR_YELLOW 16776960
A yellow fog color.
FOG_COLOR_YELLOW_DARK 11184640
A dark yellow fog color.


See Also

functions: 

SetFogColor