Updated GB_set_palette and GB_get_palette (markdown)

Lior Halphon 2024-11-30 22:44:51 +02:00
parent 9b002f18f5
commit dc31336674
1 changed files with 2 additions and 2 deletions

@ -8,7 +8,7 @@ In `display.h`
## Description
A monochrome [[model|GB_model_t]] renders a screen with 4 colors (usually shades of grey), and potentially a different 5th color used when the LCD display is turned off. These 5 colors are stored in a [[palette struct|GB_palette_t]]. The palette can be changed and read back using these two functions. The default palette is [[GB_PALETTE_GREY|Built In DMG Palettes]].
A monochrome [[model|GB_model_t]] renders a screen with 4 colors (usually shades of grey), and potentially a different 5th color used when the LCD display is turned off. These 5 colors are stored in a [[palette struct|GB_palette_t]]. The palette can be changed and read back using these two functions. The default palette is [[GB_PALETTE_GREY|BuiltIn DMG Palettes]].
## Thread Safety
@ -21,6 +21,6 @@ This value is only used when emulating monochrome models.
## See Also
* [[GB_palette_t]]
* [[Built In DMG Palettes]]
* [[BuiltIn DMG Palettes]]
* [[GB_set_rgb_encode_callback]]
* [[GB_set_color_correction_mode]]