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