Skip to main content

PixF32

Type Alias PixF32 

Source
pub type PixF32 = Pix2D<f32>;

Aliased Type§

pub struct PixF32 {
    pub width: usize,
    pub height: usize,
    pub data: Vec<f32>,
    pub initialized: bool,
}

Fields§

§width: usize§height: usize§data: Vec<f32>§initialized: bool