您可以在下方“Quartz 2D 编程指南”的“图形上下文”一章中的“支持的像素格式”中找到必要的信息,即使它是存档文档。
https://developer.apple.com/library/archive/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_context/dq_context.html
下图取自上述网址。

请注意,“bpp”被指定为“bits per pixel”,“bcp”是“bits per component”。如上表所示,似乎只有 Mac OS(>=10.X 版本)支持 16 bcp,而不是 iOS。