Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.SetTransparentColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparentColor(Color: TColor);

C++

void __fastcall SetTransparentColor(System::Uitypes::TColor Color);

Properties

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

Description

Set the TransparentColorIndex value to the index of a color found in the active color map.

The SetTransparentColor method sets the TransparentColorIndex property to the index in the frame's ActiveColorMap of the color specified by the Color parameter.

See Also