d3d_set_fog_color(color)

From ENIGMA
Jump to navigation Jump to search

Description

Sets the currently used color for fog.

Parameters

Parameter Data Type Description
color integer color value to use for fog

Return Values

void: This function does not return anything.

Example Call

// demonstrates enabling fog and setting the color to yellow
d3d_set_fog_color(c_yellow);