Returns an array containing all colors in serialized RGB form, structured by row after row.
Source
List<int> getBytesRGBA() => _content;
Returns an array containing all colors in serialized RGB form, structured by row after row.
List<int> getBytesRGBA() => _content;