Vcl.GraphUtil.ColorHLSToRGB

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ColorHLSToRGB(Hue, Luminance, Saturation: Word): TColorRef;

C++

extern DELPHI_PACKAGE Winapi::Windows::TColorRef __fastcall ColorHLSToRGB(System::Word Hue, System::Word Luminance, System::Word Saturation);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Beschreibung

Gibt eine von HLS in RGB umgewandelte Farbe zurück.

ColorHLSToRGB wandelt Farben von HLS/HBS (Hue, Lightness, Saturation/Hue, Brightness, Saturation (Farbton, Helligkeit, Sättigung)) in RGB (Rot, Grün, Blau) um.

Hue repräsentiert den Farbton.

Luminance repräsentiert die Helligkeit.

Saturation repräsentiert die Sättigung.

Siehe auch