CoronaExternalFormatBPP()

修订 版本 2024.3703
关键词 iOS,Solar2D Native,C,CoronaGraphics.h,CoronaExternalFormatBPP
另请参阅 CoronaGraphics.h
Corona C 函数

概述

返回每像素字节数(BPP)的辅助函数。例如,对于 `kExternalBitmapFormat_RGBA` 格式,此函数将返回 `4`;对于 `kExternalBitmapFormat_RGB` 格式,将返回 `3`;对于 `kExternalBitmapFormat_Mask` 格式,将返回 `1`。

语法

int CoronaExternalFormatBPP( CoronaExternalBitmapFormat format )
格式

要查询其每像素字节数数量的像素格式。