MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / hsl

Method hsl

imgui-binding/src/generated/java/imgui/ImColor.java:62–64  ·  view source on GitHub ↗
(final float h, final float s, final float l)

Source from the content-addressed store, hash-verified

60 }
61
62 public static int hsl(final float h, final float s, final float l) {
63 return hslToColor(h, s, l);
64 }
65
66 public static int hsla(final int h, final int s, final int l, final int a) {
67 return hslToColor(h, s, l, a);

Callers

nothing calls this directly

Calls 1

hslToColorMethod · 0.95

Tested by

no test coverage detected