Vcl.Imaging.GIFImg.GIFImageDefaultColorReduction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

GIFImageDefaultColorReduction: TColorReduction = rmQuantize;

C++

extern DELPHI_PACKAGE TColorReduction GIFImageDefaultColorReduction;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

Legt den Standardwert für die Eigenschaft ColorReduction eines neu erstellten TGIFImage-Objektes fest.

Mit GIFImageDefaultColorReduction legen Sie den Wert fest, der der Eigenschaft ColorReduction eines neu erstellten TGIFImage-Objektes zugewiesen wird.

Der implizite Wert von GIFImageDefaultColorReduction ist rmQuantize.

Siehe auch