mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
graphics: colour 0 is default to half-transparent black
This commit is contained in:
@@ -662,7 +662,7 @@ TODO
|
|||||||
\endlastfoot
|
\endlastfoot
|
||||||
\centering
|
\centering
|
||||||
\begin{tabulary}{\textwidth}{rl}
|
\begin{tabulary}{\textwidth}{rl}
|
||||||
{\ttfamily 0} & {\ttfamily \#000F} \\
|
{\ttfamily 0} & {\ttfamily \#0008} \\
|
||||||
{\ttfamily 1} & {\ttfamily \#004F} \\
|
{\ttfamily 1} & {\ttfamily \#004F} \\
|
||||||
{\ttfamily 2} & {\ttfamily \#008F} \\
|
{\ttfamily 2} & {\ttfamily \#008F} \\
|
||||||
{\ttfamily 3} & {\ttfamily \#00BF} \\
|
{\ttfamily 3} & {\ttfamily \#00BF} \\
|
||||||
|
|||||||
BIN
doc/tsvmpal.png
BIN
doc/tsvmpal.png
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
@@ -1961,7 +1961,7 @@ void main() {
|
|||||||
|
|
||||||
|
|
||||||
val DEFAULT_PALETTE = intArrayOf( // 0b rrrrrrrr gggggggg bbbbbbbb aaaaaaaa
|
val DEFAULT_PALETTE = intArrayOf( // 0b rrrrrrrr gggggggg bbbbbbbb aaaaaaaa
|
||||||
255,
|
136,
|
||||||
17663,
|
17663,
|
||||||
35071,
|
35071,
|
||||||
48127,
|
48127,
|
||||||
|
|||||||
Reference in New Issue
Block a user