Table of Contents

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

red int
green int
blue int

CssColor(int, int, int, int)

Constructs a RgbColor based on the GDI color

public CssColor(int red, int green, int blue, int alpha)

Parameters

red int
green int
blue int
alpha int

CssColor(string)

Parses a constructs a RgbColor

public CssColor(string str)

Parameters

str string

String to parse to find the color