PixelationComputeData class

Input data for the pixelation computation isolate.

Annotations

Constructors

PixelationComputeData.new({required Uint8List byteData, required int imageWidth, required int imageHeight, required double pixelSize})
const

Properties

byteData Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
imageHeight int
final
imageWidth int
final
pixelSize double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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