Vcl.Imaging.GIFImg.TGIFColorMap.BitsPerPixel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BitsPerPixel: integer read GetBitsPerPixel;

C++

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

Eigenschaften

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

Beschreibung

Gibt die Anzahl der Bits pro Pixel der vom TGIFColorMap-Objekt gespeicherten Farbzuordnung an.

BitsPerPixel ist eine schreibgeschützte Eigenschaft, die die Anzahl der Bits pro Pixel der vom TGIFColorMap-Objekt gespeicherten Farbzuordnung angibt.

Siehe auch