Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBackgroundColor(const Value: TColor); virtual;

C++

virtual void __fastcall SetBackgroundColor(const System::Uitypes::TColor Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TCustomGIFRenderer

Description

Sets the value of the BackgroundColor property.

Call SetBackgroundColor to set the BackgroundColor property to the value specified through the Value argument.

See Also