- infoviewer: add color-to-color gradient feature; THX to TangoCash ...

... for basic inspiration and dbt for some optimizations
This commit is contained in:
svenhoefer
2015-05-04 08:56:01 +02:00
parent c05e650a02
commit 62daf1dc4c
11 changed files with 86 additions and 13 deletions

View File

@@ -104,6 +104,9 @@ struct SNeutrinoTheme
unsigned char infobar_Text_green;
unsigned char infobar_Text_blue;
int infobar_gradient_top;
int infobar_gradient_bottom;
unsigned char colored_events_alpha;
unsigned char colored_events_red;
unsigned char colored_events_green;
@@ -370,6 +373,8 @@ struct SNeutrinoSettings
int colored_events_channellist;
int colored_events_infobar;
int contrast_fonts;
int infobar_gradient_top;
int infobar_gradient_bottom;
//network
#define NETWORK_NFS_NR_OF_ENTRIES 8