pub trait MaxRGB {
    // Required method
    fn max_rgb() -> Self;
}
Expand description

For max_rgb to return max RGB value.

Required Methods§

source

fn max_rgb() -> Self

Implementations on Foreign Types§

source§

impl MaxRGB for c_uint

source§

fn max_rgb() -> Self

source§

impl MaxRGB for c_double

source§

fn max_rgb() -> Self

Implementors§