RGBStringToColor

<< Click to Display Table of Contents >>

Navigation:  Functions >

RGBStringToColor

SIGNATURE=IWColor.RGBStringToColor@string

 

ETYPE=Function

 

Declaration:

Delphi:

function RGBStringToColor(const rgbString: string): TColor;

C++:

TColor RGBStringToColor(const String rgbString);

 

Unit: IWColor.pas

 

Description: Better name for this would be HexColorToColor()...

 

Parameters:

 

•rgbString: string

 

Result(TColor):