Summary
Describes an SVG color with optional opacity information.
Constructors
SvgColor(string color = null, string opacity = null) | Constructor. |
Instance methods
void | | Deconstructor. |
bool | | Refer to the documentation for object.Equals. |
bool | | Refer to the documentation for IEquatable<SvgColor>.Equals. |
int | | Refer to the documentation for object.GetHashCode. |
string | | Refer to the documentation for object.ToString. |
Operators
SvgColor | | Implicitly converts a string (containing an SVG color) to an opaque SvgColor. |
Instance properties
string | | Determines the SVG color, or null to use a default color. |
string | | Determines the SVG fill opacity, or null to omit the attribute. |