Vcl.Imaging.GIFImg.TColorLookup.Colors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Colors: integer read FColors;

C++

__property int Colors = {read=FColors, nodefault};

Properties

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

Description

Specifies the number of colors in the color mapper's palette.

Colors is a read-only property that specifies the number of colors in the color mapper's palette.

See Also