Struct rasterize::Pixel [−][src]
Expand description
Rasterized pixel
Fields
x: usize
x-axis coordinate (horizontal coordinate/column)
y: usize
y-axis coordinate (vertical coordinate/row)
alpha: Scalar
alpha value of the pixel
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pixel
impl UnwindSafe for Pixel
Blanket Implementations
Mutably borrows from an owned value. Read more