ColorConvertRGBtoHSV
Definition
-- @/=[C]:-1
function ColorConvertRGBtoHSV(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.ColorConvertFloat4ToU32(_in) return imgui.ColorConvertFloat4ToU32(_in) end
function M.ColorConvertRGBtoHSV(float_r, float_g, float_b, float_out_h, float_out_s, float_out_v) imgui.ColorConvertRGBtoHSV(float_r, float_g, float_b, float_out_h, float_out_s, float_out_v) end
function M.ColorConvertHSVtoRGB(float_h, float_s, float_v, float_out_r, float_out_g, float_out_b) imgui.ColorConvertHSVtoRGB(float_h, float_s, float_v, float_out_r, float_out_g, float_out_b) end
function M.ColorConvertFloat4ToU32(_in) return imgui.ColorConvertFloat4ToU32(_in) end
function M.ColorConvertRGBtoHSV(float_r, float_g, float_b, float_out_h, float_out_s, float_out_v) imgui.ColorConvertRGBtoHSV(float_r, float_g, float_b, float_out_h, float_out_s, float_out_v) end
function M.ColorConvertHSVtoRGB(float_h, float_s, float_v, float_out_r, float_out_g, float_out_b) imgui.ColorConvertHSVtoRGB(float_h, float_s, float_v, float_out_r, float_out_g, float_out_b) end