LutFilter class

A look up table (LUT) image filter.

Inheritance

Constructors

LutFilter(String identifier, String name, String lutUri, {double? horizontalTileCount, double? verticalTileCount})
Creates a new LutFilter.

Properties

hashCode int
The hash code for this object.
no setterinherited
horizontalTileCount double?
The number of horizontal tiles in the LUT image.
final
identifier String
The identifier of the item.
finalinherited
lutUri String
The source of the look up table (LUT) image. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file.
final
name String?
The name of the item.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalTileCount double?
The number of vertical tiles in the LUT image.
final

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