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
)
Public Sub New (
color As String
)
Parameters
- color
- Type: SystemString
The HTML color string.
See Also