kmSetFogVertexColor

Specifies a vertex fog color.


KMSTATUS KMAPI
kmSetFogVertexColor(
IN KMPACKEDARGB FogVertexColor
)

Description:

This function specifies a vertex fog color.
If you want to change the fog color when rendering, do so within a callback function for rendering termination. If an attempt is made to change the fog color at any other timing, a screen image may become invalid.

Parameters:

FogVertexColor(input)
This parameter specifies the packed 32-bit color to be used in FogVertex.

Return values:

ValueExplanation
KMSTATUS_SUCCESS Success

  kmSetFogVertexColor