BitmapAdjustColor class

Adjusts a lot of stuff of color

Implemented types

Constructors

BitmapAdjustColor({int? blacks, int? whites, double? exposure, double? saturation})

Properties

blacks int?
Enhancement factor of the dark parts of an image
getter/setter pair
exposure double?
Enhancement factor of the dark parts of an image
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturation double?
Defines the saturation to be adjusted in an image
getter/setter pair
whites int?
Enhancement factor of the light parts of an image
getter/setter pair

Methods

applyTo(Bitmap bitmap) Bitmap
override
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

DEG_TO_RAD → const double
lumCoeffB → const double
lumCoeffG → const double
lumCoeffR → const double