From 97072d7dd689fe07ec906c5fe4277f6ccd7ca6f7 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Thu, 10 Feb 2022 12:50:25 -0500 Subject: [PATCH] allow HSV color blending --- sdl/sdl-display.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdl/sdl-display.cpp b/sdl/sdl-display.cpp index 808de28..d5ba858 100644 --- a/sdl/sdl-display.cpp +++ b/sdl/sdl-display.cpp @@ -113,8 +113,6 @@ uint32_t blendColors(uint32_t a, uint32_t b) return ret; } -#define blendColors(a,b) (a | b) - extern bool use8875; // RGB map of each of the lowres colors