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.

Inheritance

Constructors

SvgValueColor(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The ARGB color value
final

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