Vcl.Imaging.GIFImg.TGIFColorMap.GetBitsPerPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBitsPerPixel: integer;

C++

int __fastcall GetBitsPerPixel();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFColorMap

Description

Returns the value of the BitsPerPixel property.

GetColor is an internal method that returns the value of the BitsPerPixel property.

See Also