exr::image

Type Alias FlatSamplesPixel

source
pub type FlatSamplesPixel = SmallVec<[Sample; 8]>;
Expand description

A list of samples representing a single pixel. Does not heap allocate for images with 8 or fewer channels.

Aliased Typeยง

struct FlatSamplesPixel { /* private fields */ }