macro_rules! rgb_const {
    ($r:literal, $g:literal, $b:literal) => { ... };
}
Expand description

Allows writing a constant Rgb color value, provided that its components are float literals.

TODO: examples