Searched defs:ImColor (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1701 struct ImColor struct 1705 …ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() argument 1706 …ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f/255.0f; Value.x … argument 1707 …ImColor(ImU32 rgba) { float sc = 1.0f/255.0f; Value.x … in ImColor() argument 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
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1693 struct ImColor struct 1697 …ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() argument 1698 …ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f/255.0f; Value.x … argument 1699 …ImColor(ImU32 rgba) { float sc = 1.0f/255.0f; Value.x … in ImColor() argument 1701 ImColor(const ImVec4& col) { Value = col; } in ImColor() function 1707 …static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r,g,b; ImGui::ColorConvert… argument
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2238 struct ImColor struct 2242 …ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() function 2243 …ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f / 255.0f; Value.… argument 2244 …ImColor(ImU32 rgba) { float sc = 1.0f / 255.0f; Value.… in ImColor() function 2246 ImColor(const ImVec4& col) { Value = col; } in ImColor() argument 2252 …static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r, g, b; ImGui::ColorConve… argument
|