testing loadsave
This commit is contained in:
@ -69,18 +69,17 @@ namespace ams
|
||||
uint8_t& operator()(int Nc, int I, int J);
|
||||
const uint8_t& operator()(int Nc, int I, int J) const;
|
||||
|
||||
|
||||
|
||||
|
||||
void clear();
|
||||
void setall(amspixel color);
|
||||
int setallplane(int Ncp, uint8_t val);
|
||||
|
||||
//todo
|
||||
|
||||
int get_colorplane(int Ncp, amsbitplane* bp);
|
||||
int set_colorplane(int Ncp, const amsbitplane* bp);
|
||||
|
||||
//applies image with alpha blending
|
||||
int apply_image(int I0, int J0, amsimage *img);
|
||||
|
||||
//applied color to any pixels where the bitplane's value is >= thresh
|
||||
int apply_bitplane_nz(int I0, int J0, amsbitplane* bp, amspixel color, uint8_t thresh);
|
||||
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
namespace ams
|
||||
{
|
||||
|
||||
void amscppimglib4_test1();
|
||||
void amscppimglib4_test2();
|
||||
|
||||
}; //end namespace ams
|
||||
|
||||
|
Reference in New Issue
Block a user