Vcl.Imaging.GIFImg.TGIFHeader.BitsPerPixel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BitsPerPixel: integer read GetBitsPerPixel;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

Description

Spécifie le nombre de bits par pixel stockés par la table de couleurs globale du GIF.

La propriété en lecture seule BitsPerPixel spécifie le nombre de bits par pixel de la table de couleurs globale du GIF spécifiée par la propriété ColorMap.

Voir aussi