This commit is contained in:
JMARyA 2025-01-20 03:20:44 +01:00
parent 79f08fd202
commit 11e1bd975f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 41 additions and 6 deletions

View file

@ -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)]