[]
Specifies this class's current value as a System.Drawing.Color object. Will set the Unit value to eCSSUnit.Color.
public void SetColorValue(eCSSUnit eColorUnit, Color aValue, string sOriginalSyntax)
Type | Name | Description |
---|---|---|
eCSSUnit | eColorUnit | |
Color | aValue | The actual color value in System.Drawing.Color. |
string | sOriginalSyntax | The way that the color value should be outputed when the CSS string is rebuilt. |