Package gui
Class ColorGenerator
java.lang.Object
gui.ColorGenerator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ColorGenerator.Color> greatPalette(int colorCount) static List<ColorGenerator.Color> greatScheme(int colorCount) static ColorGenerator.ColorhslToRgb(float h, float s, float l) static floathueToRgb(float p, float q, float t) Helper method that converts hue to rgb
-
Constructor Details
-
ColorGenerator
public ColorGenerator()
-
-
Method Details
-
greatPalette
-
greatScheme
-
hslToRgb
-
hueToRgb
public static float hueToRgb(float p, float q, float t) Helper method that converts hue to rgb
-