Method | Description | |
---|---|---|
HtmlHexadecimal ( string htmlColor ) : System |
Initializes a new instance of the HtmlHexadecimal class.
|
|
ToRgb ( ) : ThingM.Blink1.ColorProcessor.Rgb |
Convert the color to the RGB format.
|
Method | Description | |
---|---|---|
IsFormatValid ( string color ) : bool |
Validate if the string format match the HTML hexadecimal #FFFFFF format.
|
public HtmlHexadecimal ( string htmlColor ) : System | ||
htmlColor | string | /// The HTML color in a hexadecimal (#FFFFFF) format. /// |
return | System |
public ToRgb ( ) : ThingM.Blink1.ColorProcessor.Rgb | ||
return | ThingM.Blink1.ColorProcessor.Rgb |