Constructor CssColor
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
CssColor(int, int, int)
Constructs a RgbColor based on the GDI color
public CssColor(int red, int green, int blue)
Parameters
CssColor(int, int, int, int)
Constructs a RgbColor based on the GDI color
public CssColor(int red, int green, int blue, int alpha)
Parameters
CssColor(string)
Parses a constructs a RgbColor
public CssColor(string str)
Parameters
str
stringString to parse to find the color