GroupCIFilterConfiguration class

Inheritance

Constructors

GroupCIFilterConfiguration([List<CIFilterConfiguration> configurations = const []])

Properties

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

Methods

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

Operators

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