CIFilterConfiguration class abstract

Implementers

Constructors

CIFilterConfiguration(String name)

Properties

categories Iterable<CICategory>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasInputImage bool
no setter
name String
final
parameters List<ConfigurationParameter>
no setter
ready bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
export(InputSource source, {ImageExportFormat format = ImageExportFormat.auto, CIContext context = CIContext.system, Rect? crop}) Future<Image>
exportData(InputSource source, {ImageExportFormat format = ImageExportFormat.auto, CIContext context = CIContext.system, Rect? crop}) Future<Uint8List>
exportImageFile(ImageExportConfig config, {CIContext context = CIContext.system, Rect? crop}) Future<void>
exportVideoFile(VideoExportConfig config, {Duration period = const Duration(seconds: 1)}) Stream<double>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare() Future<void>
toString() String
A string representation of this object.
inherited
update() Future<void>

Operators

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