Float

Type Alias Float 

Source
pub type Float = f64;
Expand description

Float type alias

Trait Implementations§

Source§

impl Add<Color> for Float

Source§

type Output = Color

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Color) -> Self::Output

Performs the + operation. Read more
Source§

impl Mul<Color> for Float

Source§

type Output = Color

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Color) -> Self::Output

Performs the * operation. Read more