Vcl.Imaging.GIFImg.GIFImageDefaultDithering

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultDithering: TGIFDithering = gdDisabled;

C++

extern DELPHI_PACKAGE TGIFDithering GIFImageDefaultDithering;

Properties

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

Description

Specifies the default value for the Dithering property of a newly created TGIFImage object.

Change the value of GIFImageDefaultDithering to specify the value assigned to the Dithering property of a newly created TGIFImage object.

The implicit value of GIFImageDefaultDithering is gdDisabled.

See Also