System.UIConsts.HSLtoRGB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HSLtoRGB(H, S, L: Single): TAlphaColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall HSLtoRGB(float H, float S, float L);

Properties

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

Description

Returns an alpha color based on the given HSL values.

The HSLtoRGB method returns an alpha color based on the given Hue (H), Saturation (S), and Luminance (L) values.

See Also