标签: delphi bitmap firemonkey pixelformat
可能我错过了一些东西,但我找不到用特定像素格式创建FMX位图的方法。更具体地说,我需要使用像素格式FMX.Graphics.TBitmap创建BGR_565。构造函数没有定义PixelFormat的选项。属性PixelFormat是只读的(与TBitmap的VCL版本不同)。
FMX.Graphics.TBitmap
BGR_565
PixelFormat
TBitmap