MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / hslToColor

Method hslToColor

imgui-binding/src/main/java/imgui/ImColor.java:136–139  ·  view source on GitHub ↗

@deprecated use #hsl(int, int, int)

(final int h, final int s, final int l)

Source from the content-addressed store, hash-verified

134 * @deprecated use {@link #hsl(int, int, int)}
135 */
136 @Deprecated
137 public static int hslToColor(final int h, final int s, final int l) {
138 return hslToColor(h, s, l, 1);
139 }
140
141 /**
142 * @deprecated use {@link #hsla(int, int, int, int)}

Callers 2

hslaMethod · 0.95
hslMethod · 0.95

Calls 2

hue2rgbMethod · 0.95
floatToColorMethod · 0.95

Tested by

no test coverage detected