Home
last modified time | relevance | path

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

/third_party/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() 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/
Dimgui.h1693 struct ImColor struct
1697ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() argument
1698ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f/255.0f; Value.x … argument
1699ImColor(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/
Dimgui.h2238 struct ImColor struct
2242ImColor() { Value.x = Value.y = Value.z = Va… in ImColor() function
2243ImColor(int r, int g, int b, int a = 255) { float sc = 1.0f / 255.0f; Value.… argument
2244ImColor(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