Can I use following structure as the pixel type? ```c struct RGB { uint8_t r, g, b; } ``` So I can reuse the image memory from app. Is there any guide?