System.UIConsts.RGBtoBGR

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

Delphi

function RGBtoBGR(const C: TAlphaColor): TAlphaColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall RGBtoBGR(const System::Uitypes::TAlphaColor C);

プロパティ

種類 可視性 ソース ユニット
function public
System.UIConsts.pas
System.UIConsts.hpp
System.UIConsts System.UIConsts

説明

指定したアルファ色の RGB 色モデルを逆転させます。


RGBtoBGR メソッドは、指定したアルファ色C の RGB 色モデルを、RGB(赤、緑、青)から BGR(青、緑、赤)に逆転させます。

関連項目