RgbaData class
- Annotations
Constructors
- RgbaData.new(int id, int width, int height, Uint8List data)
-
const
- RgbaData.alloc({required int id, required int width, required int height})
-
factory
Properties
Methods
-
getOffset(
int x, int y) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited