Type Definition img::ImageBufferVal [] [src]

type ImageBufferVal<PixelP> where
    PixelP: Pixel
= ImageVal<ImageBuffer<PixelP>>;