Vcl.Imaging.GIFImg.TGIFHeader.ColorResolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorResolution: integer read GetColorResolution;

C++

__property int ColorResolution = {read=GetColorResolution, nodefault};

Properties

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

Description

Specifies the resolution of the global GIF color map.

The ColorResolution read-only property specifies the resolution of the global GIF color map specified through the ColorMap property.

Note: The value of the ColorResolution property is one unit less than the value of the BitsPerPixel property.

See Also