RGBHexToHSL¶
Kurzbeschreibung¶
RGBHexToHSL wandelt einen Farbwert aus der hexadezimal RGB Notation in den HSL-Farbraum um.
Input¶
RGBHexToHSL besitzt einen Input-Port.
RGB_HEX = string : doc "color as rgb hex";
Als Input empfängt RGBHexToHSL einen Farbwert in hexadezimaler RGB Notation.
Output¶
RGBHexToHSL besitzt einen Output-Port.
HSL = {
"hue" -> uint16,
"sat" -> uint8,
"bri" -> uint8
} : doc "color as hsl";
Als Output versendet RGBHexToHSL einen Farbwert im HSL-Farbraum.
Parametrisierung¶
keine.
Funktion¶
RGBHexToHSL wandelt einen Farbwert aus der hexadezimal RGB Notation in den HSL-Farbraum um.
Python-Module¶
RGBHexToHSL benutzt keine Python-Module.