IImageMirror mixin

Mirror mixin method.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

mirrorFromImage({required Image image, MirrorType mirrorType = MirrorType.none, PixelFormat pixelFormat = PixelFormat.rgba8888, bool isDispose = false}) Future<Image?>
Image Direct Mirroring Method.
mirrorFromUint32List({required Uint32List uint32list, required int imageWidth, required int imageHeight, MirrorType mirrorType = MirrorType.none, PixelFormat pixelFormat = PixelFormat.rgba8888}) Future<Image>
Image mirror mixin method.
mirrorUint32List({required Uint32List uint32list, required int imageWidth, required int imageHeight, MirrorType mirrorType = MirrorType.none}) Uint32List
A collection of pixels for the mirrored image.