Microsoft SDK for Java

setDither

This method of the Direct3dRMDevice Class sets the dither flag for the device.

Syntax

public void setDither(int dith);

Parameters

dith The new dithering mode for the device; the value can be true or false.

Remarks

By default, a device's dither flag is initially set to true.

See Also

getDither

© 1999 Microsoft Corporation. All rights reserved. Terms of use.