PixelInterpolateMethod class abstract

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

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

Constants

Average9InterpolatePixel → const int
Average 9 nearest neighbours
Average16InterpolatePixel → const int
Average 16 nearest neighbours
AverageInterpolatePixel → const int
Average 4 nearest neighbours
BackgroundInterpolatePixel → const int
Just return background color
BilinearInterpolatePixel → const int
Triangular filter interpolation
BlendInterpolatePixel → const int
blend of nearest 1, 2 or 4 pixels
CatromInterpolatePixel → const int
Catmull-Rom interpolation
IntegerInterpolatePixel → const int
Integer (floor) interpolation
MeshInterpolatePixel → const int
Triangular Mesh interpolation
NearestInterpolatePixel → const int
Nearest Neighbour Only
SplineInterpolatePixel → const int
Cubic Spline (blurred) interpolation
UndefinedInterpolatePixel → const int