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

Method hsla

imgui-binding/src/main/java/imgui/ImColor.java:58–60  ·  view source on GitHub ↗
(final float h, final float s, final float l, final float a)

Source from the content-addressed store, hash-verified

56 }
57
58 public static int hsla(final float h, final float s, final float l, final float a) {
59 return hslToColor(h, s, l, a);
60 }
61
62 public static int hsl(final float h, final float s, final float l) {
63 return hslToColor(h, s, l);

Callers

nothing calls this directly

Calls 1

hslToColorMethod · 0.95

Tested by

no test coverage detected