Vcl.Imaging.GIFImg.TGIFImage.EffectiveBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EffectiveBackgroundColor: TColor;

C++

System::Uitypes::TColor __fastcall EffectiveBackgroundColor();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Returns the Windows background color used when displaying the GIF images.

Call EffectiveBackgroundColor to obtain the Windows background color used when displaying the GIF images stored inside the TGIFImage instance.

See Also