System.UIConsts.HSLtoRGB
Delphi
function HSLtoRGB(H, S, L: Single): TAlphaColor;
C++
extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall HSLtoRGB(float H, float S, float L);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.UIConsts.pas System.UIConsts.hpp |
System.UIConsts | System.UIConsts |
説明
指定された HSL 値に基づいて、アルファ色を返します。
HSLtoRGB メソッドは、指定された色相(H)、彩度(S)、輝度(L)の各値に基づいて、アルファ色を返します。