Vcl.Imaging.GIFImg.TGIFTextExtension.ForegroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForegroundColor: TColor read GetForegroundColor;

C++

__property System::Uitypes::TColor ForegroundColor = {read=GetForegroundColor, nodefault};

Properties

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

Description

Specifies the color used for the foreground when rendering textual data as a graphic.

The ForegroundColor property specifies the color found in the GIF's color map at the ForegroundColorIndex.

See Also