API:System.UIConsts.MakeColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MakeColor(const C: TAlphaColor; const AOpacity: Single): TAlphaColor;
function MakeColor(R, G, B: Byte; A: Byte = $FF): TAlphaColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall MakeColor(const System::Uitypes::TAlphaColor C, const float AOpacity)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.