A  C  D  F  G  H  S  T  V  W 

A

adjustHue(float) - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object based on this HSLColor with a different Hue value.
adjustLuminance(float) - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object based on this HSLColor with a different Luminance value.
adjustSaturation(float) - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object based on this HSLColor with a different Saturation value.
adjustShade(float) - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object based on this HSLColor with a different Shade.
adjustTone(float) - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object based on this HSLColor with a different Tone.

C

color() - Method in enum de .topobyte .chromaticity . WebColors
 
ColorCode - Class in de.topobyte.chromaticity
 
ColorCode(int) - Constructor for class de .topobyte .chromaticity . ColorCode
 
ColorCode(int, boolean) - Constructor for class de .topobyte .chromaticity . ColorCode
 
ColorCode(int, int, int) - Constructor for class de .topobyte .chromaticity . ColorCode
 
ColorCode(int, int, int, int) - Constructor for class de .topobyte .chromaticity . ColorCode
 
ColorCode(float, float, float) - Constructor for class de .topobyte .chromaticity . ColorCode
 
ColorCode(float, float, float, float) - Constructor for class de .topobyte .chromaticity . ColorCode
 

D

de.topobyte.chromaticity - package de.topobyte.chromaticity
 

F

fromRGB(ColorCode) - Static method in class de .topobyte .chromaticity . HSLColor
Convert a RGB Color to it corresponding HSL values.

G

getAlpha() - Method in class de .topobyte .chromaticity . ColorCode
 
getAlpha() - Method in class de .topobyte .chromaticity . HSLColor
Get the Alpha value.
getBlue() - Method in class de .topobyte .chromaticity . ColorCode
 
getComplementary() - Method in class de .topobyte .chromaticity . HSLColor
Create a RGB Color object that is the complementary color of this HSLColor.
getGreen() - Method in class de .topobyte .chromaticity . ColorCode
 
getHSL() - Method in class de .topobyte .chromaticity . HSLColor
Get the HSL values.
getHue() - Method in class de .topobyte .chromaticity . HSLColor
Get the Hue value.
getLuminance() - Method in class de .topobyte .chromaticity . HSLColor
Get the Luminance value.
getRed() - Method in class de .topobyte .chromaticity . ColorCode
 
getRGB() - Method in class de .topobyte .chromaticity . HSLColor
Get the RGB Color object represented by this HDLColor.
getRGBColorComponents(float[]) - Method in class de .topobyte .chromaticity . ColorCode
 
getRGBComponents(float[]) - Method in class de .topobyte .chromaticity . ColorCode
 
getSaturation() - Method in class de .topobyte .chromaticity . HSLColor
Get the Saturation value.
getValue() - Method in class de .topobyte .chromaticity . ColorCode
 

H

HSLColor - Class in de.topobyte.chromaticity
The HSLColor class provides methods to manipulate HSL (Hue, Saturation Luminance) values to create a corresponding Color object using the RGB ColorSpace.
HSLColor(ColorCode) - Constructor for class de .topobyte .chromaticity . HSLColor
Create a HSLColor object using an RGB Color object.
HSLColor(int, int, int) - Constructor for class de .topobyte .chromaticity . HSLColor
 
HSLColor(int) - Constructor for class de .topobyte .chromaticity . HSLColor
 
HSLColor(float, float, float) - Constructor for class de .topobyte .chromaticity . HSLColor
Create a HSLColor object using individual HSL values and a default alpha value of 1.0.
HSLColor(float, float, float, float) - Constructor for class de .topobyte .chromaticity . HSLColor
Create a HSLColor object using individual HSL values.
HSLColor(float[]) - Constructor for class de .topobyte .chromaticity . HSLColor
Create a HSLColor object using an an array containing the individual HSL values and with a default alpha value of 1.
HSLColor(float[], float) - Constructor for class de .topobyte .chromaticity . HSLColor
Create a HSLColor object using an an array containing the individual HSL values.

S

setAlpha(int) - Method in class de .topobyte .chromaticity . ColorCode
 
setBlue(int) - Method in class de .topobyte .chromaticity . ColorCode
 
setGreen(int) - Method in class de .topobyte .chromaticity . ColorCode
 
setRed(int) - Method in class de .topobyte .chromaticity . ColorCode
 

T

toRGB(float[]) - Static method in class de .topobyte .chromaticity . HSLColor
Convert HSL values to a RGB Color with a default alpha value of 1.
toRGB(float[], float) - Static method in class de .topobyte .chromaticity . HSLColor
Convert HSL values to a RGB Color.
toRGB(float, float, float) - Static method in class de .topobyte .chromaticity . HSLColor
Convert HSL values to a RGB Color with a default alpha value of 1.
toRGB(float, float, float, float) - Static method in class de .topobyte .chromaticity . HSLColor
Convert HSL values to a RGB Color.
toString() - Method in class de .topobyte .chromaticity . ColorCode
 
toString() - Method in class de .topobyte .chromaticity . HSLColor
 

V

valueOf(String) - Static method in enum de .topobyte .chromaticity . WebColors
Returns the enum constant of this type with the specified name.
values() - Static method in enum de .topobyte .chromaticity . WebColors
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebColors - Enum in de.topobyte.chromaticity
 
A  C  D  F  G  H  S  T  V  W