Skip to content

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ètreType
hnumber
snumber
lnumber

Retourne

string

Documentation Technique