BilinearSampleMode class

Bilinear sample mode

Inheritance

Constructors

BilinearSampleMode()
const

Properties

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

Methods

lerpChannel(int a, int b, double t) int
inherited
lerpColor(Color a, Color b, double t) Color
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sample(Point<double> point, AbstractImage image, [Color? obColor]) Color
override
sampleChannel(Point<double> point, AbstractImage image, [ImageChannel? channel, int? obValue]) int
override
toString() String
A string representation of this object.
inherited

Operators

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