Hi,
I'm working with bitmaps, when running the following statement, I get a null exception:
using (BitmapFactory.Options options = new BitmapFactory.Options { InDither = false, InPreferredConfig = Bitmap.Config.Rgb565 })
Bitmap.Config.Rgb565 is null.
Any ideas?
Nick