Vcl.Imaging.GIFImg.TCustomGIFRenderer.BackgroundColor
Delphi
property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor;
C++
__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TCustomGIFRenderer |
Description
Specifies the background color to use when rendering GIF images or animations.
Use the BackgroundColor property to specify the background color to use when rendering GIF images or animations.
BackgroundColor needs to be read and written as a Windows color value of type TColor.