CIAccordionFoldTransitionConfiguration class

A configuration for a CIAccordionFoldTransition filter.

Inheritance
Mixed in types

Properties

bottomHeight double
The height of the bottom of the image.
no getter
categories Iterable<CICategory>
no setteroverride
foldShadowAmount double
The amount of shadow to apply to the folds.
no getter
hashCode int
The hash code for this object.
no setterinherited
hasInputImage bool
no setterinherited
name String
finalinherited
numberOfFolds double
The number of folds in the transition.
no getter
parameters List<ConfigurationParameter>
no setteroverride
ready bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetImage Uint8List
The target image data
no getterinherited
targetImageAsset String
The target image asset
no getterinherited
targetImageFile File
The target image file
no getterinherited
time double
The amount of the transition to complete.
no getter

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