internal CSSPrimitiveValue(CSSColor value) { _text = value.ToCss(); _type = CssValueType.PrimitiveValue; _unit = CssUnit.Rgbcolor; _value = value; }