PXR24
PXR24 is a pixel data format associated with Pixar and used in some image and rendering pipelines to store color data. The name indicates a 24-bit per-pixel representation and is commonly understood as three 8-bit color channels (red, green, and blue) arranged in a single, interleaved RGB triplet. PXR24 is a non-floating-point storage format, relying on fixed-width integer samples rather than per-channel floating point values.
In practice, PXR24 stores 3 bytes per pixel, one for each color channel, with no alpha channel
PXR24 is not a color space or a color management standard itself; it is a storage format.
Related concepts include RGB24 or RGB8 formats and higher-precision alternatives such as 16-bit or 32-bit per