From 75addc984baec1ed94264e7c36671a834a74bf0b Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 28 Nov 2024 00:21:14 +0200 Subject: [PATCH] Updated GB_palette_t (markdown) --- GB_palette_t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GB_palette_t.md b/GB_palette_t.md index efa5c41..cc27407 100644 --- a/GB_palette_t.md +++ b/GB_palette_t.md @@ -12,7 +12,7 @@ In `display.h` ## Description -A structure describing a color palette, used for rendering the screen of a monochrome [[model|GB_model_t]]. The first 4 colors represent the 4 different shade of grey (or green) rendered by a Game Boy LCD, with the first color being the darkest and the last color being the lightest. The 5th color is used when rendering a turned off LCD. +A structure describing a color palette, used for rendering the screen of a monochrome [[model|GB_model_t]]. The first 4 colors represent the 4 different shades of grey (or green) rendered by a Game Boy LCD, with the first color being the darkest and the last color being the lightest. The 5th color is used when rendering a turned off LCD. ## See Also