THtmlViewer, TFrameViewer, and TFrameBrowser components
property Dither: Boolean;
The Dither property determines if color dithering is to be used when rendering images. This property is normally True so as to accommodate images with varying palettes.
In cases where a common palette is used by all images, this property may be set to False for quicker and better rendition.
Usage Note
The Dither property has an effect in 256 color mode only.
See Also