Type Alias ImgRefMut

type ImgRefMut = Img<&'slice mut [Pixel]>

Same as ImgRef, but mutable Pass this structure by value (i.e. ImgRef, not &ImgRef).