Macro image::color::define_colors
source ยท macro_rules! define_colors { {$( $(#[$doc:meta])* pub struct $ident:ident<T: $($bound:ident)*>([T; $channels:expr, $alphas:expr]) = $interpretation:literal; )*} => { ... }; }
macro_rules! define_colors { {$( $(#[$doc:meta])* pub struct $ident:ident<T: $($bound:ident)*>([T; $channels:expr, $alphas:expr]) = $interpretation:literal; )*} => { ... }; }