SvgValueColor class
A color value, specified as a 32 bit ARGB value. Normally, the alpha is fully opaque (0xff); transparency in SVG is specified as a separate attribute. However, many renderers (including this one) honor a transparency value other than 0xff in the top byte, where appropriate.
Constructors
- SvgValueColor(int value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited