I'm missing something pretty obvious I think.
I create little bitmaps. 2 color (black foreground, white background), non-dithered PNG files with transparency (the white is rendered as transparent). They are small and work great. In the CIQ resources file I use: dithering="floyd_steinberg". I use them as indicators in some of my DFs.
But, I can't tell CIQ to recolor the black foreground of the icon to one of the system colors (eg: Graphics.COLOR_DK_BLUE).
Is there an easy solution to enable changing the color at run-time for a bitmap graphic? Maybe using a different format other than PNG?
I've read I can create a custom font with my little 2-color graphic icon. Then it could be colored. But I've only used bmfont to create custom fonts and I'm not sure the process to create a single element custom font from a PNG file.
Thanks!