System.UIConsts.RGBtoBGR

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RGBtoBGR(const C: TAlphaColor): TAlphaColor;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.UIConsts.pas
System.UIConsts.hpp
System.UIConsts System.UIConsts

Description

Reverses the RGB color model of the given alpha color.

The RGBtoBGR method reverses the RGB color model of the given C alpha color, from RGB (Red, Green, Blue) to BGR (Blue, Green, Red).

See Also