Enumeration
DitherType
The type of dither.
Values
| Name | Type |
Access | Description |
|---|
|
Int = 2 |
readonly |
Diffuses dither effects in random patterns across adjacent pixels. |
|
Int = 4 |
readonly |
Applies a random pattern but without diffusing the pattern across adjacent pixels; prevents the appearance of seams. |
|
Int = 1 |
readonly |
No dither is used. |
|
Int = 3 |
readonly |
Applies a halftone-like square pattern. |
Object of 4
Properties elsewhere that hold an DitherType value.