Home
last modified time | relevance | path

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

/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() argument
1707 …static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r,g,b; ImGui::ColorConvert… argument