mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-16 14:28:29 +01:00
ColorConvertHSVtoRGB and ColorConvertRGBtoHSV to manuals
This commit is contained in:
@@ -2132,6 +2132,7 @@ defs["igColorConvertRGBtoHSV"][1]["funcname"] = "ColorConvertRGBtoHSV"
|
||||
defs["igColorConvertRGBtoHSV"][1]["args"] = "(float r,float g,float b,float out_h,float out_s,float out_v)"
|
||||
defs["igColorConvertRGBtoHSV"][1]["ret"] = "void"
|
||||
defs["igColorConvertRGBtoHSV"][1]["comment"] = ""
|
||||
defs["igColorConvertRGBtoHSV"][1]["manual"] = true
|
||||
defs["igColorConvertRGBtoHSV"][1]["call_args"] = "(r,g,b,out_h,out_s,out_v)"
|
||||
defs["igColorConvertRGBtoHSV"][1]["argsoriginal"] = "(float r,float g,float b,float& out_h,float& out_s,float& out_v)"
|
||||
defs["igColorConvertRGBtoHSV"][1]["stname"] = "ImGui"
|
||||
@@ -4333,6 +4334,7 @@ defs["igLogText"][1]["funcname"] = "LogText"
|
||||
defs["igLogText"][1]["args"] = "(const char* fmt,...)"
|
||||
defs["igLogText"][1]["ret"] = "void"
|
||||
defs["igLogText"][1]["comment"] = ""
|
||||
defs["igLogText"][1]["manual"] = true
|
||||
defs["igLogText"][1]["call_args"] = "(fmt,...)"
|
||||
defs["igLogText"][1]["argsoriginal"] = "(const char* fmt,...)"
|
||||
defs["igLogText"][1]["stname"] = "ImGui"
|
||||
@@ -7670,6 +7672,7 @@ defs["ImGuiTextBuffer_appendf"][1]["funcname"] = "appendf"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["args"] = "(const char* fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["ret"] = "void"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["comment"] = ""
|
||||
defs["ImGuiTextBuffer_appendf"][1]["manual"] = true
|
||||
defs["ImGuiTextBuffer_appendf"][1]["call_args"] = "(fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsoriginal"] = "(const char* fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["stname"] = "ImGuiTextBuffer"
|
||||
@@ -9004,6 +9007,7 @@ defs["igColorConvertHSVtoRGB"][1]["funcname"] = "ColorConvertHSVtoRGB"
|
||||
defs["igColorConvertHSVtoRGB"][1]["args"] = "(float h,float s,float v,float out_r,float out_g,float out_b)"
|
||||
defs["igColorConvertHSVtoRGB"][1]["ret"] = "void"
|
||||
defs["igColorConvertHSVtoRGB"][1]["comment"] = ""
|
||||
defs["igColorConvertHSVtoRGB"][1]["manual"] = true
|
||||
defs["igColorConvertHSVtoRGB"][1]["call_args"] = "(h,s,v,out_r,out_g,out_b)"
|
||||
defs["igColorConvertHSVtoRGB"][1]["argsoriginal"] = "(float h,float s,float v,float& out_r,float& out_g,float& out_b)"
|
||||
defs["igColorConvertHSVtoRGB"][1]["stname"] = "ImGui"
|
||||
|
Reference in New Issue
Block a user