PFImageColorGrading class

Constructors

PFImageColorGrading.new({bool isUse = false, double brightness = 0.0, double contrast = 1.0, double exposure = 0.0, double highlights = 0.0, double shadows = 0.0, double saturation = 1.0, double temperature = 5000.0, double tint = 0.0, double hue = 0.0})

Properties

brightness double
final
contrast double
final
exposure double
final
hashCode int
The hash code for this object.
no setterinherited
highlights double
final
hue double
final
isUse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturation double
final
shadows double
final
temperature double
final
tint double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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