Palettes right now can either be fully specific, or are guessed entirely from the image. A nice thing to have would be a partial palette. For example:
P/0f-30-_/_/
P/_-16-21/_/
The first palette here says the background color must be 0f and the 1-th color must be 30.
The second palette says the first option must have both 16 and 21.
This is useful for things like:
- needing to have a black background color, and white somewhere, to draw white on black text
- needing to have blue and red in the same block
Palettes right now can either be fully specific, or are guessed entirely from the image. A nice thing to have would be a partial palette. For example:
P/0f-30-_/_/P/_-16-21/_/The first palette here says the background color must be
0fand the 1-th color must be30.The second palette says the first option must have both
16and21.This is useful for things like: