mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-08-05 12:26:46 +00:00
allow HSV color blending
This commit is contained in:
@@ -113,8 +113,6 @@ uint32_t blendColors(uint32_t a, uint32_t b)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define blendColors(a,b) (a | b)
|
|
||||||
|
|
||||||
extern bool use8875;
|
extern bool use8875;
|
||||||
|
|
||||||
// RGB map of each of the lowres colors
|
// RGB map of each of the lowres colors
|
||||||
|
Reference in New Issue
Block a user