Trait rin::color::ToHsv [−][src]
pub trait ToHsv { type Standard: TransferFunction; pub fn to_hsv<U>(&self) -> Hsv<U, Self::Standard>
where
U: Channel + NumCast + Num; }
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl ToHsv for u32
[src]
impl ToHsv for u32
[src]impl ToHsv for u64
[src]
impl ToHsv for u64
[src]Implementors
Loading content...