less_retarded_wiki/rgb565.md

5 lines
301 B
Markdown
Raw Normal View History

2023-07-25 20:55:42 +02:00
# RGB565
RGB565 is a way of representing a total of 65536 [colors](color.md) in just 2 [bytes](byte.md), i.e. 16 [bits](bit.md), by using 5 bits (highest) for red, 6 bits for green (to which human eye is most sensitive) and 5 bits for blue; it can also be seen as a color [palette](palette.md).
TODO