cc_draw: add member for transparency mode

Origin commit data
------------------
Commit: 83c5a4ff40
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-05 (Fri, 05 Nov 2021)
This commit is contained in:
2021-11-05 20:09:04 +01:00
committed by vanhofen
parent 0f08f7ea0c
commit 085876f04d
2 changed files with 4 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
fb_pixel_t col_shadow_clean;
///property: background image, see also setBodyBGImage()
std::string cc_bg_image, cc_bg_image_old, cc_bg_std_image, cc_bg_sel_image, cc_bg_sec_image;
///background image transparency mode
int cc_bg_image_tr_mode;
///property: frame thickness, see also setFrameThickness()
int fr_thickness, fr_thickness_old;