mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- infoviewer_bb: add own color for CA-bar
This commit is contained in:
@@ -178,6 +178,10 @@ void CColorSetupNotifier::setPalette()
|
||||
convertSetupColor2RGB(t.infobar_Text_red, t.infobar_Text_green, t.infobar_Text_blue),
|
||||
8, convertSetupAlpha2Alpha(t.infobar_alpha) );
|
||||
|
||||
frameBuffer->paletteGenFade(COL_INFOBAR_CASYSTEM,
|
||||
convertSetupColor2RGB(t.infobar_casystem_red, t.infobar_casystem_green, t.infobar_casystem_blue),
|
||||
convertSetupColor2RGB(t.infobar_Text_red, t.infobar_Text_green, t.infobar_Text_blue),
|
||||
8, convertSetupAlpha2Alpha(t.infobar_casystem_alpha) );
|
||||
|
||||
frameBuffer->paletteGenFade(COL_COLORED_EVENTS_INFOBAR,
|
||||
convertSetupColor2RGB(t.infobar_red, t.infobar_green, t.infobar_blue),
|
||||
|
Reference in New Issue
Block a user