FilterType enum

Inheritance

Constructors

FilterType()
const

Values

DEFAULT → const FilterType
BILATERAL_BLUR → const FilterType
BOX_BLUR → const FilterType
BRIGHTNESS → const FilterType
BULGE_DISTORTION → const FilterType
CGA_COLORSPACE → const FilterType
CONTRAST → const FilterType
CROSSHATCH → const FilterType
EXPOSURE → const FilterType
FILTER_GROUP_SAMPLE → const FilterType
GAMMA → const FilterType
GAUSSIAN_FILTER → const FilterType
GRAY_SCALE → const FilterType
HALFTONE → const FilterType
HAZE → const FilterType
HIGHLIGHT_SHADOW → const FilterType
HUE → const FilterType
INVERT → const FilterType
LOOK_UP_TABLE_SAMPLE → const FilterType
LUMINANCE → const FilterType
LUMINANCE_THRESHOLD → const FilterType
MONOCHROME → const FilterType
OPACITY → const FilterType
OVERLAY → const FilterType
PIXELATION → const FilterType
POSTERIZE → const FilterType
RGB → const FilterType
SATURATION → const FilterType
SEPIA → const FilterType
SHARP → const FilterType
SOLARIZE → const FilterType
SPHERE_REFRACTION → const FilterType
SWIRL → const FilterType
TONE_CURVE_SAMPLE → const FilterType
TONE → const FilterType
VIBRANCE → const FilterType
VIGNETTE → const FilterType
WATERMARK → const FilterType
WEAK_PIXEL → const FilterType
WHITE_BALANCE → const FilterType
ZOOM_BLUR → const FilterType
BITMAP_OVERLAY_SAMPLE → const FilterType

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