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

Description

Specifies the color resolution of the GIF images.

The ColorResolution read-only property specifies the largest color resolution of all the GIF images stored in the TGIFImage instance.

See Also