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

Description

Specifies the number of bits per pixel of the image's color map.

BitsPerPixel specifies the number of bits per pixel of the image's color map.

See Also