Hello, I am drawing Bitmap to BufferedBitmap. Both have set defined palette with same 16 colors. This always results in exception: "Bitmap Palette cannot be larger than the target palette". If I remove one color from palette of bitmap, everything works well.
Everything is defined in code, not via resources xml. Is there some bug or bitmap loaded via makeImageRequest always automatically get also transparent color as addition to defined palette? There is no way for me to check that as getPalette works only for Buffered Bitmap and not Bitmap.
How can I fill BufferedBitmap with bitmap using all its colors? Thanks