Enumeration ColorOutputConst

Output mode for the image data.

Enumeration Members

Enumeration Members

IndexedPixels: 1

Indexed pixel mode, where each pixel references a color in a palette. Useful for memory-efficient representations with limited color ranges.

Rgba: 0

RGBA color mode, where each pixel is represented with red, green, blue, and alpha components. Suitable for detailed color rendering.