Class Color.HSL
java.lang.Object
io.github.cottonmc.cotton.gui.widget.data.Color.HSL
- All Implemented Interfaces:
Color
- Enclosing interface:
Color
-
Nested Class Summary
-
Field Summary
Fields inherited from interface io.github.cottonmc.cotton.gui.widget.data.Color
BLACK, BLACK_DYE, BLUE, BLUE_DYE, BROWN_DYE, CYAN_DYE, DYE_COLORS, GRAY_DYE, GREEN, GREEN_DYE, LIGHT_BLUE_DYE, LIGHT_GRAY_DYE, LIME_DYE, MAGENTA_DYE, ORANGE_DYE, PINK_DYE, PURPLE_DYE, RED, RED_DYE, WHITE, WHITE_DYE, YELLOW_DYE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HSL
public HSL(float hue, float sat, float luma) - Parameters:
hue- hue angle, between 0 and 1sat- saturation, between 0 and 1luma- luminance, between 0 and 1
-
HSL
public HSL(int rgb)
-
-
Method Details