Vcl.Imaging.GIFImg.GIFImageDefaultColorReduction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultColorReduction: TColorReduction = rmQuantize;

C++

extern DELPHI_PACKAGE TColorReduction GIFImageDefaultColorReduction;

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

Change the value of GIFImageDefaultColorReduction to specify the value assigned to the ColorReduction property of a newly created TGIFImage object.

The implicit value of GIFImageDefaultColorReduction is rmQuantize.

See Also