Vcl.Imaging.GIFImg.TGIFTextExtension.ForegroundColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForegroundColorIndex: BYTE read FPlainTextExtension.TextFGColorIndex write FPlainTextExtension.TextFGColorIndex;

C++

__property System::Byte ForegroundColorIndex = {read=FPlainTextExtension.TextFGColorIndex, write=FPlainTextExtension.TextFGColorIndex, nodefault};

Properties

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

Description

Specifies the index of the foreground color in the active color map.

The ForegroundColorIndex property specifies the index of the foreground color in the active color map.

See Also