Skip to content

Documentation / imgui / ImGui / ColorPicker3

Function: ColorPicker3()

ColorPicker3(label, col, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:6050

Parameters

label

string

col

interface_ImVec4 | ImTuple3<number> | ImTuple4<number> | RGB | RGBA

flags?

ImGuiColorEditFlags = 0

Returns

boolean

Released under the MIT License.