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

Description

Specifies the size of the color palette.

ColorResolution represents the number of bits per primary color available to the original image, minus 1. This value specifies the size of the palette from which the image's colors were selected.

See Also