Type Alias exr::image::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 */ }