RgbColor.ToCss method
Version 1.0.2
.NET Framework 4.7
| Namespace | Skybrud.Colors |
|---|---|
| Assembly | Skybrud.Colors.dll |
ToCss()
Virtual
Returns the CSS representation of the color. The color will be expressed as rgb(0, 0, 0).
public virtual string ToCss()
Returns
The CSS representation of the color.