Vcl.Imaging.GIFImg.TGIFFrame.GetColorResolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColorResolution: integer;

C++

int __fastcall GetColorResolution();

Properties

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

Description

Returns the color resolution.

GetColorResolution returns the color resolution, calculated as the value of the BitsPerPixel property, minus 1.

See Also