Vcl.Imaging.GIFImg.GIFImageDefaultDitherMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultDitherMode: TDitherMode = dmFloydSteinberg;

C++

extern DELPHI_PACKAGE TDitherMode GIFImageDefaultDitherMode;

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 DitherMode property of a newly created TGIFImage object.

Change the value of GIFImageDefaultDitherMode to specify the value assigned to the DitherMode property of a newly created TGIFImage object.

The implicit value of GIFImageDefaultDitherMode is dmFloydSteinberg.

See Also