enum
EDitherPatterns
DitherPatterns are used to set the dithering type to use when generating images.
Values
Key | Value | Comment |
NoDither | 0 | Use no dithering |
FloydSteinberg | 1 | Use Floys-Steinberg dithering |
JarvisJudiceNinke | 2 | Use Jarvis, Judice, and Ninke dithering |
Sierra | 3 | Use Sierra-3 (three row) dithering |
Key | Value | Comment |
NoDither | 0 | Use no dithering |
FloydSteinberg | 1 | Use Floys-Steinberg dithering |
JarvisJudiceNinke | 2 | Use Jarvis, Judice, and Ninke dithering |
Sierra | 3 | Use Sierra-3 (three row) dithering |
Key | Value | Comment |
EDitherPatterns_NoDither | 0 | Use no dithering |
EDitherPatterns_FloydSteinberg | 1 | Use Floys-Steinberg dithering |
EDitherPatterns_JarvisJudiceNinke | 2 | Use Jarvis, Judice, and Ninke dithering |
EDitherPatterns_Sierra | 3 | Use Sierra-3 (three row) dithering |