SketchColor mixin

Mixin Applications

Properties

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

Methods

alpha(Color color) int
blue(Color color) int
brightness(Color color) int
color({int? grey, int alpha = 255, int? comp1, int? comp2, int? comp3}) Color
colorMode(ColorMode newMode) → void
green(Color color) int
hue(Color color) int
lerpColor(Color color1, Color color2, double percent) Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
red(Color color) int
saturation(Color color) int
toString() String
A string representation of this object.
inherited

Operators

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