System.UIConsts.AlphaColorToColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AlphaColorToColor(const Color: TAlphaColor): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall AlphaColorToColor(const System::Uitypes::TAlphaColor Color);

Properties

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

Description

Converts an instance of TAlphaColor into TColor.

See Also