macro_rules! request_color_code {
($code:expr $(,)?) => { ... };
}Expand description
Requests the current color assigned to the given color code.
macro_rules! request_color_code {
($code:expr $(,)?) => { ... };
}Requests the current color assigned to the given color code.