CSSColorRGB class

A CSSColor in RGB.

Inheritance
Implementers
Available Extensions

Constructors

CSSColorRGB(int? red, int? green, int? blue)

Properties

args String
no setteroverride
argsNoAlpha String
no setteroverride
asCSSColorHEX CSSColorHEX
no setteroverride
asCSSColorRGB CSSColorRGB
no setteroverride
asCSSColorRGBA CSSColorRGBA
no setteroverride
blue int
getter/setter pair
calc CSSCalc?
no setterinherited
function CSSFunction?
no setterinherited
green int
getter/setter pair
hasAlpha bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inverse CSSColorRGB
no setteroverride
isCalc bool
no setterinherited
isFunction bool
no setterinherited
red int
getter/setter pair
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 Properties

patternRGB RegExp
final

Static Methods

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