FMX.MultiResBitmap.TCustomMultiResBitmap.TransparentColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransparentColor: TColor read FTransparentColor write FTransparentColor stored False;

C++

__property System::Uitypes::TColor TransparentColor = {read=FTransparentColor, write=FTransparentColor, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomMultiResBitmap

Description

The color that will be replaced by the transparent color when loading the image.

If TransparentColor is SysDefault, then TransparentColor uses the color of the bottom left point of the image.

The default is SysNone; this means the source color (do not replace the source color) should be used.

This property is used at design time in the MultiResBitmap Editor and in CreateBitmap.

See Also