flutter_processing library

Classes

BaseSketch
Ellipse
PImage
An image in Processing.
Processing
PVector
Sketch
Square

Enums

ArcMode
ColorMode
ImageFileFormat
ImageFilter
Available pixel filters for PImages.
MouseButton
ShapeMode
The way to interpret the vertices in a shape that's defined between beginShape() and endShape().
SketchBlendMode
Available modes for blending two pixels together.
TextAlignHorizontal
TextAlignVertical

Functions

saveBytesToFile({required File file, ImageFileFormat? format, required Uint8List imageData, required int width, required int height}) Future<void>
Saves the given imageData to the given file.

Typedefs

FrameCallback = FutureOr<void> Function(Image)