RawImageF class Null safety

Struct that provides raw image data.

Constructors

RawImageF(dynamic width, dynamic height, Format format, Pointer data)
Constructor for an image without cropping.

Properties

crop_info_data_image_height int
read / write
crop_info_data_image_width int
read / write
crop_info_offset_x int
read / write
crop_info_offset_y int
read / write
data Pointer
final
format Format
Format of image data.
final
hashCode int
The hash code for this object.
read-only, inherited
height → dynamic
final
isValid bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
width → dynamic
final
with_crop int
read / write

Methods

dispose() → void
getImage() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rawFrame() Uint8List?
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

emptyBuffer(int width, int height, {Format format = Format.FORMAT_RGB}) RawImageF
fromImage(dynamic image, {Format format = Format.FORMAT_RGB}) RawImageF