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

Defines round color components functionality

Required Methods

Create color with rounded values

Implementors