CSSColorHEXAlpha class

A CSSColor in HEX with alpha.

Inheritance
Available Extensions

Constructors

CSSColorHEXAlpha(String hexColor)
factory

Properties

alpha double
getter/setter pair
args String
no setterinherited
argsNoAlpha String
no setterinherited
asCSSColorHEX CSSColorHEX
no setterinherited
asCSSColorRGB CSSColorRGB
no setteroverride
asCSSColorRGBA CSSColorRGBA
no setteroverride
blue int
getter/setter pairinherited
calc CSSCalc?
no setterinherited
function CSSFunction?
no setterinherited
green int
getter/setter pairinherited
hasAlpha bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
inverse CSSColorHEX
no setterinherited
isCalc bool
no setterinherited
isFunction bool
no setterinherited
red int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([DOMContext? domContext]) String
A string representation of this object.
override
toStringCalc([DOMContext? domContext]) String?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

from(Object? color) CSSColorHEXAlpha?
override
parse(String color) CSSColorHEXAlpha?
override