| 151 | void CUI3tButton::SetTextColor(u32 color) { m_dwTextColor[E] = color; } |
| 152 | |
| 153 | void CUI3tButton::SetTextColorD(u32 color) { SetTextColor(color, CUIStatic::D); } |
| 154 | |
| 155 | void CUI3tButton::SetTextColorH(u32 color) { SetTextColor(color, CUIStatic::H); } |
| 156 |
no test coverage detected