System.UIConsts.RGBtoBGR
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(青、緑、赤)に逆転させます。