MagGlassPaintDither property (Main Control)
Builder Syntax |
TPaintDither MagGlassPaintDither |
Delphi Syntax |
MagGlassPaintDither: TPaintDither |
Overview |
Refer to Using the Magnifying Glass |
Remarks
(Persistent property, available at design time) Specifies the type of dithering to use when painting an image on a device with 256 colors or less in the Magnify Glass. The default is pdOrdered.
Ordered dithering is faster than error diffusion, but the quality of the image is not as good.
Setting |
Description |
pdOrdered |
Use ordered dithering. |
pdDiffusion |
Use error diffusion. |
See Also