Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.TransparentColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TransparentColor: TColor read GetTransparentColor  write SetTransparentColor;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

説明

透明として扱われる色を指定します。

TransparentColor プロパティは 透明として使われる色を指定します。

関連項目