CIColorCubesMixedWithMaskConfiguration class

A configuration for a CIColorCubesMixedWithMask filter.

Inheritance
Mixed in types

Properties

categories Iterable<CICategory>
no setteroverride
colorSpace CGColorSpace
The color space
no getterinherited
cubeData0 Uint8List
The data for the first cube.
no getter
cubeData0Asset String
The asset name for the first cube.
no getter
cubeData0Columns int
no getter
cubeData0File File
The file for the first cube.
no getter
cubeData0Image bool
no getter
cubeData0Rows int
no getter
cubeData0Size int
no getter
cubeData1 Uint8List
The data for the second cube.
no getter
cubeData1Asset String
The asset name for the second cube.
no getter
cubeData1Columns int
no getter
cubeData1File File
The file for the second cube.
no getter
cubeData1Image bool
no getter
cubeData1Rows int
no getter
cubeData1Size int
no getter
cubeDimension int
The cube dimension
no getterinherited
extrapolate bool
Whether to extrapolate.
no getter
hashCode int
The hash code for this object.
no setterinherited
hasInputImage bool
no setterinherited
maskImage Uint8List
The mask image data
no getterinherited
maskImageAsset String
The mask image asset
no getterinherited
maskImageFile File
The mask image file
no getterinherited
name String
finalinherited
parameters List<ConfigurationParameter>
no setteroverride
ready bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
inherited
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>
inherited
toString() String
A string representation of this object.
inherited
update() Future<void>
inherited

Operators

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