DitherType¶
Description¶
The type of dither.
Static Properties¶
DIFFUSION readonly | Diffuses dither effects in random patterns across adjacent pixels. |
NOISE readonly | Applies a random pattern but without diffusing the pattern across adjacent pixels; prevents the appearance of seams. |
NONE readonly | No dither is used. |
PATTERN readonly | Applies a halftone-like square pattern. |