pub type GrayAlphaF32ImageStoreMut<'a> = ImageStoreMut<'a, f32, 2>;Aliased Type§
struct GrayAlphaF32ImageStoreMut<'a> {
pub buffer: BufferStore<'a, f32>,
pub channels: usize,
pub width: usize,
pub height: usize,
pub stride: usize,
pub bit_depth: usize,
}Fields§
§buffer: BufferStore<'a, f32>§channels: usizeChannels in the image
width: usizeImage width
height: usizeImage height
stride: usizeImage stride, if stride is zero then it considered to be width * N
bit_depth: usizeRequired for u16 images