Vcl.GraphUtil.WebColorToRGB

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

Delphi

function WebColorToRGB(WebColor: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall WebColorToRGB(int WebColor);

プロパティ

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

説明

Web カラー名から RGB カラーを返します。

WebColorToRGB は、Web カラーから RGB カラー(整数値)を返します。

Color は色を表します。

関連項目