pixelData property
getter/setter pair
The raw pixel data of the texture as a Uint8List
.
This data is available after the texture has loaded.
Implementation
late Uint8List pixelData;
The raw pixel data of the texture as a Uint8List
.
This data is available after the texture has loaded.
late Uint8List pixelData;