Vcl.Imaging.GIFImg.GIFImageDefaultColorReductionBits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultColorReductionBits: integer = 8; // Range 3 - 8

C++

extern DELPHI_PACKAGE int GIFImageDefaultColorReductionBits;

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

Change the value of GIFImageDefaultColorReductionBits to specify the value assigned to the ReductionBits property of a newly created TGIFImage object.

The value of GIFImageDefaultColorReductionBits must be in the range from 3 through 8.

See Also