From 7cc48f17f2529addf04ab6f257cce312c1047ce9 Mon Sep 17 00:00:00 2001 From: Juergen Stuber Date: Sat, 30 Dec 2023 08:42:56 +0100 Subject: [PATCH] Remove white from 29C3 colors --- src/bin/cnoise/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/cnoise/main.rs b/src/bin/cnoise/main.rs index 287484a..c3baea1 100644 --- a/src/bin/cnoise/main.rs +++ b/src/bin/cnoise/main.rs @@ -62,7 +62,6 @@ fn main() -> std::io::Result<()> { (0.04, Color::new(0, 178, 107), Color::new(0, 178, 107)), (0.04, Color::new(247, 148, 51), Color::new(247, 148, 51)), (0.04, Color::new(109, 104, 175), Color::new(109, 104, 175)), - (0.02, Color::new(255, 255, 255), Color::new(255, 255, 255)), ]); let palette_30 = Palette(vec![ (0.01, Color::new(0, 76, 85), Color::new(0, 76, 85)),