pub type FlatSamplesPixel = SmallVec<[Sample; 8]>;
A list of samples representing a single pixel. Does not heap allocate for images with 8 or fewer channels.
struct FlatSamplesPixel { /* private fields */ }