mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
colors: make footer text color configurable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c7952011e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
Origin message was:
------------------
- colors: make footer text color configurable
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -170,7 +170,7 @@ void CColorSetupNotifier::setPalette()
|
||||
|
||||
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*/
|
||||
convertSetupColor2RGB(t.menu_Foot_Text_red, t.menu_Foot_Text_green, t.menu_Foot_Text_blue),
|
||||
8, convertSetupAlpha2Alpha( t.menu_Foot_alpha ) );
|
||||
|
||||
frameBuffer->paletteGenFade(COL_INFOBAR,
|
||||
@@ -211,8 +211,8 @@ void CColorSetupNotifier::setPalette()
|
||||
|
||||
// COL_MENUFOOT_TEXT
|
||||
frameBuffer->paletteSetColor(COL_NEUTRINO_TEXT + 2,
|
||||
convertSetupColor2RGB(int(t.infobar_Text_red*0.6), int(t.infobar_Text_green*0.6), int(t.infobar_Text_blue*0.6)),
|
||||
convertSetupAlpha2Alpha(t.infobar_alpha));
|
||||
convertSetupColor2RGB(t.menu_Foot_Text_red, t.menu_Foot_Text_green, t.menu_Foot_Text_blue),
|
||||
convertSetupAlpha2Alpha(t.menu_Foot_alpha));
|
||||
|
||||
// COL_MENUHEAD_TEXT
|
||||
frameBuffer->paletteSetColor(COL_NEUTRINO_TEXT + 3,
|
||||
|
Reference in New Issue
Block a user