cc_draw: add method to get body image transparency mode

This commit is contained in:
2021-12-02 13:50:51 +01:00
parent 9f244f37c2
commit e8d5f165d1

View File

@@ -470,6 +470,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
* drive/fb_generic.h * drive/fb_generic.h
*/ */
void setBodyBGImageTranparencyMode(const int &mode) {cc_bg_image_tr_mode = mode;} void setBodyBGImageTranparencyMode(const int &mode) {cc_bg_image_tr_mode = mode;}
int getBodyBGImageTranparencyMode() {return cc_bg_image_tr_mode;}
}; };
#endif #endif