Fragment class

Constructors

Fragment.new({required int baseColor})

Properties

baseColor int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
no setter
max ↔ Point
getter/setter pair
min ↔ Point
getter/setter pair
pixels List<BasicPixel>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
no setter

Methods

contains(num x, num y) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

generateFragments({required Image polarizedSource, double tolerance = 0.2}) List<Fragment>
getNextOpaquePoint({required Image source}) BasicPixel?