format property
Format
get
format
The format of the image pixels.
Implementation
Format get format => data?.format ?? Format.uint8;
The format of the image pixels.
Format get format => data?.format ?? Format.uint8;