Vcl.Imaging.GIFImg.TGIFHeader.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 TGIFHeader

Description

Specifies the number of bits per pixel stored by the global GIF color map.

The BitsPerPixel read-only property specifies the number of bits per pixel of the global GIF color map specified through the ColorMap property.

See Also