AdjustmentTool enum

An adjustment tool.

Inheritance

Constructors

AdjustmentTool()
const

Values

blacks → const AdjustmentTool

Adjust the blacks of the asset.

brightness → const AdjustmentTool

Adjust the brightness of the asset.

clarity → const AdjustmentTool

Adjust the clarity of the asset.

contrast → const AdjustmentTool

Adjust the contrast of the asset.

exposure → const AdjustmentTool

Adjust the exposure of the asset.

gamma → const AdjustmentTool

Adjust the gamma of the asset.

highlights → const AdjustmentTool

Adjust the highlights of the asset.

saturation → const AdjustmentTool

Adjust the saturation of the asset.

shadows → const AdjustmentTool

Adjust the shadows of the asset.

sharpness → const AdjustmentTool

Adjust the sharpness of the asset.

temperature → const AdjustmentTool

Adjust the temperature of the asset.

whites → const AdjustmentTool

Adjust the whites of the asset.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<AdjustmentTool>
A constant List of the values in this enum, in order of their declaration.