![]() |
CMGDK r49-rc2
|
#include <HGPOther.h>
公有成员 | |
bool | get_alpha (int x, int y) |
ImageLayer () | |
~ImageLayer () | |
void | clear_color () |
void | clip (int, int) |
void | clip_border () |
void | clip_same (ImageLayer *, bool) |
void | clear_simple_pixel () |
void | check_alpha () |
void | to_coll () |
void | write_hgp (TDFNode *, const wchar_t *, float) |
公有属性 | |
wchar_t * | name |
int | left |
int | top |
int | width |
int | height |
uint | color |
int | opacity |
bool | visible |
char | blend [4] |
uchar * | ori_data |
uchar * | data |
int * | coll_data |
hgl::ImageLayer::ImageLayer | ( | ) |
hgl::ImageLayer::~ImageLayer | ( | ) |
void hgl::ImageLayer::check_alpha | ( | ) |
void hgl::ImageLayer::clear_color | ( | ) |
void hgl::ImageLayer::clear_simple_pixel | ( | ) |
void hgl::ImageLayer::clip_border | ( | ) |
void hgl::ImageLayer::clip_same | ( | ImageLayer * | orign, |
bool | clear_same_point | ||
) |
void hgl::ImageLayer::to_coll | ( | ) |
void hgl::ImageLayer::write_hgp | ( | TDFNode * | node, |
const wchar_t * | ca, | ||
float | rate | ||
) |
char hgl::ImageLayer::blend[4] |
wchar_t* hgl::ImageLayer::name |