mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_palette_t (markdown)
parent
60c84bfd4b
commit
fdc86a5879
|
@ -12,7 +12,7 @@ In `display.h`
|
||||||
|
|
||||||
## Description
|
## 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 darkest. 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 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.
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue