graphics: colour 0 is default to half-transparent black

This commit is contained in:
minjaesong
2026-04-29 19:20:15 +09:00
parent cfb7b97bf0
commit 1148454fb3
3 changed files with 2 additions and 2 deletions

View File

@@ -662,7 +662,7 @@ TODO
\endlastfoot
\centering
\begin{tabulary}{\textwidth}{rl}
{\ttfamily 0} & {\ttfamily \#000F} \\
{\ttfamily 0} & {\ttfamily \#0008} \\
{\ttfamily 1} & {\ttfamily \#004F} \\
{\ttfamily 2} & {\ttfamily \#008F} \\
{\ttfamily 3} & {\ttfamily \#00BF} \\

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -1961,7 +1961,7 @@ void main() {
val DEFAULT_PALETTE = intArrayOf( // 0b rrrrrrrr gggggggg bbbbbbbb aaaaaaaa
255,
136,
17663,
35071,
48127,