Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.TransparentColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransparentColor: TColor read GetTransparentColor

C++

__property System::Uitypes::TColor TransparentColor = {read=GetTransparentColor, write=SetTransparentColor, nodefault};

Properties

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

Description

Specifies the color set as transparent.

The TransparentColor property specifies the color used for transparency.

See Also