System.UIConsts.ChangeHSL
Delphi
function ChangeHSL(const C: TAlphaColor; dH, dS, dL: Single): TAlphaColor;
C++
extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall ChangeHSL(const System::Uitypes::TAlphaColor C, float dH, float dS, float dL);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.UIConsts.pas System.UIConsts.hpp |
System.UIConsts | System.UIConsts |
Description
Variates the HSL values of a given alpha color.
The ChangeHSL method variates the Hue, Saturation, Luminance values of the given C
alpha color, with the values specified through the dH
, dS
, and dL
parameters.