Palette Formats: Difference between revisions
From NerdConsole
Jump to navigationJump to search
NerdOfEpic (talk | contribs) No edit summary |
NerdOfEpic (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
|} | |} | ||
R=Red | G=Green | B=Blue | R=Red | G=Green | B=Blue | ||
{{#css:User:NerdOfEpic/builtin-palette.css}} |
Revision as of 23:08, 13 January 2024
RGB888
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|
Byte 0 | R | R | R | R | R | R | R | R |
Byte 1 | G | G | G | G | G | G | G | G |
Byte 2 | B | B | B | B | B | B | B | B |
R=Red | G=Green | B=Blue
RGB444
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|
Byte 0 | R | R | R | R | G | G | G | G |
Byte 1 | B | B | B | B | R | R | R | R |
Byte 1 | G | G | G | G | B | B | B | B |
R=Red | G=Green | B=Blue
RGB565
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|
Byte 0 | R | R | R | R | R | G | G | G |
Byte 1 | G | G | G | B | B | B | B | B |
R=Red | G=Green | B=Blue