ElementHelpers
01 Syntax
Microsoft.VisualBasic.Data.Plots.GgplotTheme.ElementHelpers
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ColorToCss | 1 | Converts a Color to CSS string representation. |
| ParseColor | 1 | Parses a color from CSS string. |
| ParseColorList | 1 | Parses a list of colors from a space or comma-separated string. |
| ColorsToCss | 1 | Converts a list of colors to CSS string. |
| ParseDouble | 1 | Parses a double from a string. |
| ParseBool | 1 | Parses a boolean from a string. |
| QuoteString | 1 | Quotes a string for CSS output. |
| UnquoteString | 1 | Removes quotes from a string. |
03 Members
ColorToCss(
Color)Converts a Color to CSS string representation.
ParseColor(
String)Parses a color from CSS string. Supports #RGB, #RRGGBB, #AARRGGBB, named colors, and "NA".
ParseColorList(
String)Parses a list of colors from a space or comma-separated string.
ColorsToCss(
List(Of Color))Converts a list of colors to CSS string.
ParseDouble(
String)Parses a double from a string.
ParseBool(
String)Parses a boolean from a string.
QuoteString(
String)Quotes a string for CSS output.
UnquoteString(
String)Removes quotes from a string.