Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions share/palettes-variable-opacity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@
# These variable opacity palettes (and transparent palettes in general) tend to
# display better with a black background (g) and lighting off (l)

palette black-alpha RGBAf
0 0 0 0
0 0 0 1

palette white-alpha RGBAf
1 1 1 0
1 1 1 1

palette red-alpha RGBAf
1 0 0 0
1 0 0 1

palette green-alpha RGBAf
0 1 0 0
0 1 0 1

palette blue-alpha RGBAf
0 0 1 0
0 0 1 1

palette yellow-alpha RGBAf
1 1 0 0
1 1 0 1

palette cyan-alpha RGBAf
0 1 1 0
0 1 1 1

palette pink-alpha RGBAf
1 0 1 0
1 0 1 1

palette 5-color-alpha RGBAf
0 0 1 0.15
0 1 1 0.25
Expand Down
Loading