Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / config/constants / hslToHex
Fonction: hslToHex()
ts
function hslToHex(
h,
s,
l): string;Défini dans: config/constants.ts:19
Convertit une couleur HSL (h en degrés, s/l entre 0 et 1) en chaîne hexadécimale #RRGGBB.
Paramètres
| Paramètre | Type |
|---|---|
h | number |
s | number |
l | number |
Retourne
string