Vcl.Imaging.GIFImg.DoAutoDither

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DoAutoDither: boolean = False;

C++

extern DELPHI_PACKAGE bool DoAutoDither;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Enables or disables auto-dithering in your application.

Change the value of DoAutoDither in your application to enable or disable auto-dithering when displaying GIF images.

DoAutoDither is set to False, by default. If the desktop DC (device context) supports 256 colors or less, DoAutoDither is implicitly set to True.

See Also