RenderWare V2.1

Previous Page Index Next Page

RwTextureDitherMode

RwGetTextureDithering(void);

Description

Retrieves the current global texture dithering mode applied to subsequently loaded textures.

Arguments

None.

Return Value

The current texture dithering mode.

Comments

The current texture dithering mode is a global parameter which controls whether textures read from disk are dithered to increase perceived color resolution.

The texture dithering modes are:

• rwDITHERON Activates dithering.

• rwDITHEROFF Deactivates dithering.

• rwAUTODITHER Adopts the auto-dithering mode of raster reading to decide whether to dither textures.

The default mode is rwAUTODITHER.

See Also

RwGetTextureGammaCorrection()

RwReadRaster()

RwSetTextureDithering()

RwSetTextureGammaCorrection()