Vcl.GraphUtil.WebColorStrToColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function WebColorStrToColor(WebColor: string): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall WebColorStrToColor(System::UnicodeString WebColor);

プロパティ

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

説明

16 進の色文字列から TColor を返します。

WebColorStrToColor は、16 進数の標準色を使用して、TColor を返します。

WebColor は、色を 16 進数形式の文字列で表します。

関連項目