Processed frame data as an image. only set after you call populateData.
You are allowed to edit the bytes on this but don't change the width/height or palette. Also don't replace the object.
This also means getAsTrueColorImage is not that useful, instead cast to IndexedImage or TrueColorImage depending on your type.
See Implementation
Processed frame data as an image. only set after you call populateData.
You are allowed to edit the bytes on this but don't change the width/height or palette. Also don't replace the object.
This also means getAsTrueColorImage is not that useful, instead cast to IndexedImage or TrueColorImage depending on your type.