operator [] method Null safety
- int index
Get a pixel from the buffer. No range checking is done.
Implementation
int operator [](int index) => data[index];
Get a pixel from the buffer. No range checking is done.
int operator [](int index) => data[index];