update
This commit is contained in:
parent
79f08fd202
commit
11e1bd975f
4 changed files with 41 additions and 6 deletions
|
@ -12,6 +12,8 @@ pub trait ColorCircle {
|
|||
fn next(&self) -> Self;
|
||||
}
|
||||
|
||||
// todo : specific colors rgb
|
||||
|
||||
macro_rules! color_map {
|
||||
($name:ident, $id:literal) => {
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue