Interface ICssColor
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
The RGB-Color interface is used to represent any RGB color value. This interface reflects the values in the underlying style property. Hence, modifications made to the ICssPrimitiveValue objects modify the style property.
public interface ICssColor
Properties
- Alpha
This attribute is used for the alpha value of the RGBA color
- Blue
This attribute is used for the blue value of the RGB color
- Green
This attribute is used for the green value of the RGB color.
- HasAlpha
Gets a value which indicates whether the color value has alpha value or not.
- IsSystemColor
Gets a value which indicates whether the color is system-defined color.
- IsVarColor
Gets a value which indicates whether the color is defined by custom properties.
- Name
Gets the name of the color, if available.
- Red
This attribute is used for the red value of the RGB color