D3d_set_fog_color - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets the currently used color for fog.

Parameters

  • color color value to use for fog

Return Values

This function has no return values.

Example Call

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

NOTOC