Vcl.GraphUtil.RGBToWebColorStr

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

Delphi

function RGBToWebColorStr(RGB: Integer): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall RGBToWebColorStr(int RGB);

プロパティ

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

説明

Web カラー名を表す文字列を返します。

RGBToWebColorStr は、書式化された文字列形式の Web カラー名を返します。

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

関連項目