Vcl.Imaging.GIFImg.TGIFColorMap.BitsPerPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BitsPerPixel: integer read GetBitsPerPixel;

C++

__property int BitsPerPixel = {read=GetBitsPerPixel, nodefault};

Properties

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

Description

Specifies the number of bits per pixel of the color map stored by the TGIFColorMap object.

BitsPerPixel is a read-only property that specifies the number of bits per pixel of the color map stored by the TGIFColorMap object.

See Also