| 269 | } |
| 270 | |
| 271 | void CPaintManagerUI::GetHSL(short* H, short* S, short* L) |
| 272 | { |
| 273 | *H = m_H; |
| 274 | *S = m_S; |
| 275 | *L = m_L; |
| 276 | } |
| 277 | |
| 278 | void CPaintManagerUI::SetHSL(bool bUseHSL, short H, short S, short L) |
| 279 | { |
nothing calls this directly
no outgoing calls
no test coverage detected