Vcl.Imaging.GIFImg.TGIFImage.ReductionBits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReductionBits: integer read FReductionBits write SetReductionBits;

C++

__property int ReductionBits = {read=FReductionBits, write=SetReductionBits, nodefault};

Properties

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

Description

Specifies the number of bits per pixel to use when the reduction method is rmQuantize.

The ReductionBits property specifies the desired number of colors (bits per pixel) to use when the reduction method stored in the ColorReduction property is set to rmQuantize.

See Also