diff --git a/GB_palette_t.md b/GB_palette_t.md index 8becb1c..3440756 100644 --- a/GB_palette_t.md +++ b/GB_palette_t.md @@ -12,4 +12,9 @@ In `display.h` ## Description -TBD \ No newline at end of file +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 darkest. The 5th color is used when rendering a turned off LCD. + +## See Also + +* [[GB_set_palette and GB_get_palette]] +* [[Built In DMG Palettes]] \ No newline at end of file