SketchImagePixels mixin

Superclass Constraints
Mixin Applications

Properties

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

Methods

get(int x, int y) Future<Color>
getRegion({required int x, required int y, required int width, required int height}) Future<Image>
loadPixels() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set({required int x, required int y, required Color color}) → void
setRegion({required Image image, int x = 0, int y = 0}) Future<void>
toString() String
A string representation of this object.
inherited
updatePixels() Future<void>

Operators

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