PixelInterpolateMethod enum
Represents a pixel interpolation method.
Values
- UndefinedInterpolatePixel → const PixelInterpolateMethod
- AverageInterpolatePixel → const PixelInterpolateMethod
- Average9InterpolatePixel → const PixelInterpolateMethod
- Average16InterpolatePixel → const PixelInterpolateMethod
- BackgroundInterpolatePixel → const PixelInterpolateMethod
- BilinearInterpolatePixel → const PixelInterpolateMethod
- BlendInterpolatePixel → const PixelInterpolateMethod
- CatromInterpolatePixel → const PixelInterpolateMethod
- IntegerInterpolatePixel → const PixelInterpolateMethod
- MeshInterpolatePixel → const PixelInterpolateMethod
- NearestInterpolatePixel → const PixelInterpolateMethod
- SplineInterpolatePixel → const PixelInterpolateMethod
Properties
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
-
values
→ const List<
PixelInterpolateMethod> - A constant List of the values in this enum, in order of their declaration.