From: Nick Bowler Date: Sun, 7 Feb 2010 22:11:26 +0000 (-0500) Subject: liblbx: Add a field to lbx_colour indicating which entries are used. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/84050ee438ba1661047709f3c8b95b126ca10f93?ds=sidebyside;hp=84050ee438ba1661047709f3c8b95b126ca10f93 liblbx: Add a field to lbx_colour indicating which entries are used. An LBX palette might not contain values for all 256 entries. Currently, there is no way to tell which entries were assigned when the palette is retrieved from an image. This patch adds an extra marker which can be used to skip over unused palette entries. ---