Type Definition colorsys::ColorTuple

source ·
pub type ColorTuple = (f64, f64, f64);
Expand description

Use to transfer and collect color values. May be for example ($red,$green,$blue) or ($hue,$saturation,$value)