Trait ux::colorspace::Round[][src]

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

Required methods

pub fn round(self) -> Self[src]

Loading content...

Implementors

impl Round for CmyColor[src]

impl Round for CmykColor[src]

impl Round for Color<f64>[src]

impl Round for HslColor[src]

impl Round for HsvColor[src]

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

Loading content...