PreviewType enum

Represents a preview type.

Inheritance

Constructors

PreviewType()
const

Values

UndefinedPreview → const PreviewType
RotatePreview → const PreviewType
ShearPreview → const PreviewType
RollPreview → const PreviewType
HuePreview → const PreviewType
SaturationPreview → const PreviewType
BrightnessPreview → const PreviewType
GammaPreview → const PreviewType
SpiffPreview → const PreviewType
DullPreview → const PreviewType
GrayscalePreview → const PreviewType
QuantizePreview → const PreviewType
DespecklePreview → const PreviewType
ReduceNoisePreview → const PreviewType
AddNoisePreview → const PreviewType
SharpenPreview → const PreviewType
BlurPreview → const PreviewType
ThresholdPreview → const PreviewType
EdgeDetectPreview → const PreviewType
SpreadPreview → const PreviewType
SolarizePreview → const PreviewType
ShadePreview → const PreviewType
RaisePreview → const PreviewType
SegmentPreview → const PreviewType
SwirlPreview → const PreviewType
ImplodePreview → const PreviewType
WavePreview → const PreviewType
OilPaintPreview → const PreviewType
CharcoalDrawingPreview → const PreviewType
JPEGPreview → const PreviewType

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<PreviewType>
A constant List of the values in this enum, in order of their declaration.