How to create FMX.Graphics.TBitmap with specific pixel format?

1.8k views Asked by At

Probably I am missing something, but I can't find a way to create FMX bitmap with a specific pixel format. To be more specific, I need to create FMX.Graphics.TBitmap with pixel format BGR_565. The Constructor doesn't have an option to define PixelFormat. The property PixelFormat is readonly (unlike VCL version of TBitmap).

0

There are 0 answers