CoronaExternalBitmapFormat

修订版 2024.3703 版
关键字 iOS、Solar2D Native、C、CoronaGraphics.h、CoronaExternalBitmapFormat
另请参阅 CoronaGraphics.h
Corona C 函数

概述

描述位图像素格式的枚举类型。位图通道为(从左到右)MSB 到 LSB。使用 RGBA 为例,A 位于最低有效8 位。

注意

RGBA 格式使用预乘 Alpha。这意味着如果通道的“原始”值为 rgba,则红色通道将为 r*(a/255)

常数

此枚举提供以下常量

重要
  • kExternalBitmapFormat_MaskkExternalBitmapFormat_RGB 位图的宽度必须是 4 的倍数。如果宽度不是 4 的倍数,则蒙版将创建视觉伪像,并且 RGB 将在 Windows 上视为 RGBA。

  • 使用 kExternalBitmapFormat_RGBA 时,红色、绿色和蓝色通道必须预乘 Alpha。