Interface IRGBColor
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/RGBColor.html
public interface IRGBColor
Properties
Blue
CSSPrimitiveValue Blue { get; }
Property Value
Green
CSSPrimitiveValue Green { get; }
Property Value
Red
CSSPrimitiveValue Red { get; }