Parents: public CL_SurfaceProvider_Generic
Description
Class members
static CL_Surface *create(
int width,
int height,
int no_sprs,
EPixelFormat type = PAL8,
int transcol = -1)
static CL_Surface *create(
int width,
int height,
int no_sprs,
int red_mask,
int green_mask,
int blue_mask,
int alpha_mask,
int transcol = -1)
CL_DynamicProvider(
int width,
int height,
int no_sprs,
EPixelFormat type = PAL8,
int trans_col = -1)
CL_DynamicProvider(
int width,
int height,
int no_sprs,
int red_mask,
int green_mask,
int blue_mask,
int alpha_mask,
int transcol = -1)
virtual ~CL_DynamicProvider()
virtual int get_width()
virtual int get_height()
virtual int get_no_sprs()
virtual EPixelFormat get_pixel_format()
virtual CL_Palette *get_palette()
virtual int get_transcol()
virtual void *get_data()
virtual void perform_lock()
virtual void perform_unlock()
See Also
None
Back to index
|