Searched defs:ImColor (Results 1 – 1 of 1) sorted by relevance
1701 struct ImColor struct1705 …ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() argument1706 …ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f/255.0f; Value.x … argument1707 …ImColor(ImU32 rgba) { float sc = 1.0f/255.0f; Value.x … in ImColor() function1709 ImColor(const ImVec4& col) { Value = col; } in ImColor() argument1715 …static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r,g,b; ImGui::ColorConvert… argument