Const
Indexed pixel mode, where each pixel references a color in a palette. Useful for memory-efficient representations with limited color ranges.
RGBA color mode, where each pixel is represented with red, green, blue, and alpha components. Suitable for detailed color rendering.
Output mode for the image data.