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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.UIConsts.pas System.UIConsts.hpp |
System.UIConsts | System.UIConsts |
説明
指定された アルファ色の HSL 値を変化させます。
ChangeHSL メソッドは、C
で指定されたアルファ色の、色相(Hue)、彩度(Saturation)、輝度(Luminance)の各値を、dH
、dS
、dL
の各パラメータで指定された値だけ変化させます。