mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
colors: make footer background color configurable
TODO: footer text color and maybe footer font
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc5258e6d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
Origin message was:
------------------
- colors: make footer background color configurable
TODO: footer text color and maybe footer font
------------------
This commit was generated by Migit
This commit is contained in:
@@ -168,6 +168,11 @@ void CColorSetupNotifier::setPalette()
|
||||
convertSetupColor2RGB(t.menu_Content_inactive_Text_red, t.menu_Content_inactive_Text_green, t.menu_Content_inactive_Text_blue),
|
||||
8, convertSetupAlpha2Alpha(t.menu_Content_inactive_alpha) );
|
||||
|
||||
frameBuffer->paletteGenFade(COL_MENUFOOT,
|
||||
convertSetupColor2RGB(t.menu_Foot_red, t.menu_Foot_green, t.menu_Foot_blue),
|
||||
convertSetupColor2RGB(int(t.infobar_Text_red*0.6), int(t.infobar_Text_green*0.6), int(t.infobar_Text_blue*0.6)), /*TODO: use own color*/
|
||||
8, convertSetupAlpha2Alpha( t.menu_Foot_alpha ) );
|
||||
|
||||
frameBuffer->paletteGenFade(COL_INFOBAR,
|
||||
convertSetupColor2RGB(t.infobar_red, t.infobar_green, t.infobar_blue),
|
||||
convertSetupColor2RGB(t.infobar_Text_red, t.infobar_Text_green, t.infobar_Text_blue),
|
||||
|
Reference in New Issue
Block a user