Vcl.GraphUtil.ColorToWebColorStr

提供:RAD Studio API Documentation

Delphi

function ColorToWebColorStr(Color: TColor): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ColorToWebColorStr(System::Uitypes::TColor Color);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

説明

文字列形式の Web カラー名を返します。

ColorToWebColorStr は、16 進数のカラー コードを含む文字列形式の Web カラー名を返します。

Color はベース色を表します。

関連項目