[][src]Trait nanachi::pixel::Arithmetic

pub trait Arithmetic: Sized + Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Mul<f32, Output = Self> {
    pub fn zero() -> Self;
}

Required methods

pub fn zero() -> Self

Loading content...

Implementors

impl Arithmetic for Rgba[src]

Loading content...