Click or drag to resize

RGB Constructor

Constructor taking the HTML color string. If an RGB string of the form #rrggbb or rrggbb then it will be split into its constituent parts and made available via r, g, and b.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public RGB(
	string color
)

Parameters

color
Type: SystemString
The HTML color string.
See Also