OnImageMatrix class

Method where you can control specifics or all image/widget edit

Try yourself:

See more:

Inheritance

Constructors

OnImageMatrix.brightness([double brightness = 0.0])
Matrix to control only brightnessAndContrast.
OnImageMatrix.custom(List<double> matrix)
Construct a color filter that transforms a color by a 5x5 matrix, where the fifth row is implicitly added in an identity configuration.
OnImageMatrix.exposure([double exposure = 1.0])
Matrix to control only exposure.
OnImageMatrix.hue([double hue = 0.0])
Matrix to control only hue.
OnImageMatrix.matrix({double brightnessAndContrast = 0.0, double exposure = 0.0, double saturation = 1.0, double visibility = 1.0})
Matrix that let you control the brightnessAndContrast, exposure, saturation and visibility at the same time.
OnImageMatrix.saturation([double saturation = 1.0])
Matrix to control only saturation.

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