Vcl.Imaging.GIFImg.TGIFColorMap.RGB2Color
Delphi
class function RGB2Color(Color: TGIFColor): TColor;
C++
__classmethod System::Uitypes::TColor __fastcall RGB2Color(TGIFColor Color);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFColorMap |
説明
RGB 値を Windows カラー値に変換します。
RGB2Color は、Color 引数で指定した TColor 型の RGB 値を同等の Windows カラー値に変換し、その結果を TGIFColor 型の値として返します。
Windows カラー値から RGB 値に変換する場合は、Color2RGB メソッドを使用してください。
関連項目