Home
last modified time | relevance | path

Searched defs:ImColor (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1701 struct ImColor struct
1705ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() argument
1706ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f/255.0f; Value.x … argument
1707ImColor(ImU32 rgba) { float sc = 1.0f/255.0f; Value.x … in ImColor() function
1709 ImColor(const ImVec4& col) { Value = col; } in ImColor() argument
1715 …static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r,g,b; ImGui::ColorConvert… argument