Searched refs:hue_color32 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 4309 ImU32 hue_color32 = ColorConvertFloat4ToU32(hue_color_f); in ColorPicker4() local 4341 … draw_list->AddCircleFilled(hue_cursor_pos, hue_cursor_rad, hue_color32, hue_cursor_segments); in ColorPicker4() 4351 draw_list->PrimVtx(tra, uv_white, hue_color32); in ColorPicker4() 4352 draw_list->PrimVtx(trb, uv_white, hue_color32); in ColorPicker4() 4363 …er_pos + ImVec2(sv_picker_size,sv_picker_size), IM_COL32_WHITE, hue_color32, hue_color32, IM_COL32… in ColorPicker4()
|