Color palette (Generations I–II): Difference between revisions

m
Line 308: Line 308:


The RGB channel values for red, green and blue are stored as 5-bits each, but are displayed on screen as 8-bits each.
The RGB channel values for red, green and blue are stored as 5-bits each, but are displayed on screen as 8-bits each.
* <math>displayed = rounded(\dfrac {internal \times 255}{31})</math>
* <math>displayed = rounded \left( \dfrac {internal \times 255}{31} \right)</math>


{| class="wikitable"
{| class="wikitable"