Trait primitives::colorspace::round::Round[][src]

pub trait Round {
    fn round(self) -> Self;
}

Required methods

fn round(self) -> Self[src]

Loading content...

Implementors

impl Round for CmyColor[src]

impl Round for CmykColor[src]

impl Round for Color[src]

impl Round for HslColor[src]

impl Round for HsvColor[src]

impl<C: Round + ColorSpace> Round for Alpha<C>[src]

Loading content...