From 31ac56c70caf3bd3bebb429a312a86f1f5c3cc75 Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Mon, 5 May 2025 20:13:03 +0800 Subject: [PATCH] Update color.rs --- src/viz/color.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/viz/color.rs b/src/viz/color.rs index a7f4e09..2bfb70c 100644 --- a/src/viz/color.rs +++ b/src/viz/color.rs @@ -212,7 +212,7 @@ impl Color { } } -const PALETTE_BASE: [u32; 39] = [ +const PALETTE_BASE: [u32; 38] = [ 0x00ff7fff, // SpringGreen 0xff69b4ff, // HotPink 0xff6347ff, // Tomato @@ -242,7 +242,6 @@ const PALETTE_BASE: [u32; 39] = [ 0x2f4f4fff, // DarkSlateGray 0x8b4513ff, // SaddleBrown 0xffb6c1ff, // LightPink - 0x000000ff, // Black 0xffffffff, // White 0xff4500ff, // OrangeRed 0x4682b4ff, // SteelBlue