| cocos2d-x 3.0 |
)- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
atitc.h 文件参考
#include "CCStdC.h"
| ## 枚举 | |
| enum | ATITCDecodeFlag { ATC_RGB = 1, ATC_EXPLICIT_ALPHA = 3, ATC_INTERPOLATED_ALPHA = 5 } |
| ## 函数 | |
| void | atitc_decode (uint8_t encode_data, uint8_t decode_data, const int pixelsWidth, const int pixelsHeight, ATITCDecodeFlag decodeFlag) |
枚举类型说明
| strong |
| 枚举值 | |
|---|---|
| ATC_RGB | |
| ATC_EXPLICIT_ALPHA | |
| ATC_INTERPOLATED_ALPHA |
函数说明
| void atitc_decode | ( | uint8_t | encode_data, |
| uint8_t | decode_data, | ||
| const int | pixelsWidth, | ||
| const int | pixelsHeight, | ||
| ATITCDecodeFlag | decodeFlag | ||
| ) |

