@@ -27,11 +27,13 @@ DefaultSkinParams::DefaultSkinParams () :
2727 slotTextBackgroundColor (225 , 225 , 225 ),
2828 selectionBlendColor (0 , 255 , 0 ),
2929 selectionRectPen (Color (0 , 138 , 184 ), 1.0 ),
30- hasValueStatusColor (Color ( 0 , 255 , 0 ) ),
31- hasNoValueStatusColor (Color ( 255 , 0 , 0 ) ),
30+ hasValueStatusColor (0 , 255 , 0 ),
31+ hasNoValueStatusColor (255 , 0 , 0 ),
3232 buttonBorderPen (Color (50 , 75 , 100 ), 1.0 ),
3333 buttonBackgroundColor (150 , 175 , 200 ),
3434 selectedButtonBackgroundColor (190 , 215 , 240 ),
35+ textPanelTextColor (0 , 0 , 0 ),
36+ textPanelBackgroundColor (255 , 255 , 100 ),
3537 groupNameFont (L" Arial" , 18.0 ),
3638 groupNameColor (Color (0 , 0 , 0 )),
3739 groupBackgroundColor (Color (160 , 200 , 240 )),
@@ -135,6 +137,16 @@ const Color& DefaultSkinParams::GetSelectedButtonBackgroundColor () const
135137 return selectedButtonBackgroundColor;
136138}
137139
140+ const Color& DefaultSkinParams::GetTextPanelTextColor () const
141+ {
142+ return textPanelTextColor;
143+ }
144+
145+ const Color& DefaultSkinParams::GetTextPanelBackgroundColor () const
146+ {
147+ return textPanelBackgroundColor;
148+ }
149+
138150const Font& DefaultSkinParams::GetGroupNameFont () const
139151{
140152 return groupNameFont;
0 commit comments