CICheckerboardGeneratorConfiguration class

A configuration for a CICheckerboardGenerator filter.

Inheritance

Properties

categories Iterable<CICategory>
no setteroverride
center Point<double>
The center of the checkerboard.
no getter
color0 Color
The first color of the checkerboard.
no getter
color1 Color
The second color of the checkerboard.
no getter
hashCode int
The hash code for this object.
no setterinherited
hasInputImage bool
no setteroverride
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
sharpness double
The sharpness of the checkerboard.
no getter
width double
The width of the checkerboard.
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