| 2289 | } |
| 2290 | |
| 2291 | void CUi::ShowPopupColorPicker(float X, float Y, SColorPickerPopupContext *pContext) |
| 2292 | { |
| 2293 | pContext->m_pUI = this; |
| 2294 | if(pContext->m_ColorMode == SColorPickerPopupContext::MODE_UNSET) |
| 2295 | pContext->m_ColorMode = SColorPickerPopupContext::MODE_HSVA; |
| 2296 | DoPopupMenu(pContext, X, Y, 160.0f + 10.0f, 209.0f + 10.0f, pContext, PopupColorPicker); |
| 2297 | } |
no outgoing calls
no test coverage detected