Vcl.GraphUtil.ColorToWebColorStr
Delphi
function ColorToWebColorStr(Color: TColor): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall ColorToWebColorStr(System::Uitypes::TColor Color);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Vcl.GraphUtil.pas Vcl.GraphUtil.hpp |
Vcl.GraphUtil | Vcl.GraphUtil |
Beschreibung
Gibt den Namen der Webfarbe in Form eines Strings zurück.
ColorToWebColorStr gibt den Namen der Webfarbe in Form eines Strings zurück, der den hexadezimalen Farbcode enthält.
Color repräsentiert die Basisfarbe.