B C D E G I L M O P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- black() - Static method in class mil.nga.color.Color
-
Create a black color
- BLACK - Static variable in class mil.nga.color.ColorConstants
-
Black hex color
- blue() - Static method in class mil.nga.color.Color
-
Create a blue color
- BLUE - Static variable in class mil.nga.color.ColorConstants
-
Blue hex color
- brown() - Static method in class mil.nga.color.Color
-
Create a brown color
- BROWN - Static variable in class mil.nga.color.ColorConstants
-
Brown hex color
C
- color(float[]) - Static method in class mil.nga.color.Color
-
Create the color with HSL (hue, saturation, lightness) or HSL (alpha) values
- color(float[], float) - Static method in class mil.nga.color.Color
-
Create the color with HSLA (hue, saturation, lightness, alpha) values
- color(float, float, float) - Static method in class mil.nga.color.Color
-
Create the color with arithmetic RGB values
- color(float, float, float, float) - Static method in class mil.nga.color.Color
-
Create the color with arithmetic RGB values
- color(int) - Static method in class mil.nga.color.Color
-
Create the color as a single integer
- color(int, int, int) - Static method in class mil.nga.color.Color
-
Create the color with RGB values
- color(int, int, int, float) - Static method in class mil.nga.color.Color
-
Create the color with RGBA values
- color(int, int, int, int) - Static method in class mil.nga.color.Color
-
Create the color with RGBA values
- color(String) - Static method in class mil.nga.color.Color
-
Create the color in hex
- color(String, float) - Static method in class mil.nga.color.Color
-
Create the color in hex with an opacity
- color(String, int) - Static method in class mil.nga.color.Color
-
Create the color in hex with an alpha
- color(String, String, String) - Static method in class mil.nga.color.Color
-
Create the color with individual hex colors
- color(String, String, String, float) - Static method in class mil.nga.color.Color
-
Create the color with individual hex colors and opacity
- color(String, String, String, String) - Static method in class mil.nga.color.Color
-
Create the color with individual hex colors and alpha
- Color - Class in mil.nga.color
-
Color representation with support for hex, RBG, arithmetic RBG, HSL, and integer colors
- Color() - Constructor for class mil.nga.color.Color
-
Default color constructor, opaque black
- Color(float[]) - Constructor for class mil.nga.color.Color
-
Create the color with HSL (hue, saturation, lightness) or HSL (alpha) values
- Color(float[], float) - Constructor for class mil.nga.color.Color
-
Create the color with HSLA (hue, saturation, lightness, alpha) values
- Color(float, float, float) - Constructor for class mil.nga.color.Color
-
Create the color with arithmetic RGB values
- Color(float, float, float, float) - Constructor for class mil.nga.color.Color
-
Create the color with arithmetic RGB values
- Color(int) - Constructor for class mil.nga.color.Color
-
Create the color as a single integer
- Color(int, int, int) - Constructor for class mil.nga.color.Color
-
Create the color with RGB values
- Color(int, int, int, float) - Constructor for class mil.nga.color.Color
-
Create the color with RGBA values
- Color(int, int, int, int) - Constructor for class mil.nga.color.Color
-
Create the color with RGBA values
- Color(String) - Constructor for class mil.nga.color.Color
-
Create the color in hex
- Color(String, float) - Constructor for class mil.nga.color.Color
-
Create the color in hex with an opacity
- Color(String, int) - Constructor for class mil.nga.color.Color
-
Create the color in hex with an alpha
- Color(String, String, String) - Constructor for class mil.nga.color.Color
-
Create the color with individual hex colors
- Color(String, String, String, float) - Constructor for class mil.nga.color.Color
-
Create the color with individual hex colors and opacity
- Color(String, String, String, String) - Constructor for class mil.nga.color.Color
-
Create the color with individual hex colors and alpha
- Color(Color) - Constructor for class mil.nga.color.Color
-
Copy constructor
- ColorConstants - Class in mil.nga.color
-
Color Constant hex codes
- ColorConstants() - Constructor for class mil.nga.color.ColorConstants
- ColorUtils - Class in mil.nga.color
-
Color utilities with support for hex, RBG, arithmetic RBG, HSL, and integer colors
- ColorUtils() - Constructor for class mil.nga.color.ColorUtils
- copy() - Method in class mil.nga.color.Color
-
Copy the color
- cyan() - Static method in class mil.nga.color.Color
-
Create a cyan color
- CYAN - Static variable in class mil.nga.color.ColorConstants
-
Cyan hex color
D
- darkGray() - Static method in class mil.nga.color.Color
-
Create a dark gray color
- DKGRAY - Static variable in class mil.nga.color.ColorConstants
-
Dark Gray hex color
E
- expandShorthandHex(String) - Static method in class mil.nga.color.ColorUtils
-
Expand the hex if it is in shorthand
- expandShorthandHexSingle(String) - Static method in class mil.nga.color.ColorUtils
-
Expand the hex single if it is in shorthand
G
- getAlpha() - Method in class mil.nga.color.Color
-
Get the alpha color as an integer
- getAlpha(int) - Static method in class mil.nga.color.ColorUtils
-
Get the alpha color from color integer
- getAlpha(String) - Static method in class mil.nga.color.ColorUtils
-
Get the hex alpha color from the hex string if it exists
- getAlphaArithmetic() - Method in class mil.nga.color.Color
-
Get the alpha color as an arithmetic float
- getAlphaHex() - Method in class mil.nga.color.Color
-
Get the alpha color in hex
- getAlphaHexShorthand() - Method in class mil.nga.color.Color
-
Get the alpha color in hex, shorthand when possible
- getBlue() - Method in class mil.nga.color.Color
-
Get the blue color as an integer
- getBlue(int) - Static method in class mil.nga.color.ColorUtils
-
Get the blue color from color integer
- getBlue(String) - Static method in class mil.nga.color.ColorUtils
-
Get the hex blue color from the hex string
- getBlueArithmetic() - Method in class mil.nga.color.Color
-
Get the blue color as an arithmetic float
- getBlueHex() - Method in class mil.nga.color.Color
-
Get the blue color in hex
- getBlueHexShorthand() - Method in class mil.nga.color.Color
-
Get the blue color in hex, shorthand when possible
- getColor() - Method in class mil.nga.color.Color
-
Get the color as an integer
- getColorHex() - Method in class mil.nga.color.Color
-
Get the color as a hex string
- getColorHexShorthand() - Method in class mil.nga.color.Color
-
Get the color as a hex string, shorthanded when possible
- getColorHexShorthandWithAlpha() - Method in class mil.nga.color.Color
-
Get the color as a hex string with alpha, shorthanded when possible
- getColorHexWithAlpha() - Method in class mil.nga.color.Color
-
Get the color as a hex string with alpha
- getColorWithAlpha() - Method in class mil.nga.color.Color
-
Get the color as an integer including the alpha
- getGreen() - Method in class mil.nga.color.Color
-
Get the green color as an integer
- getGreen(int) - Static method in class mil.nga.color.ColorUtils
-
Get the green color from color integer
- getGreen(String) - Static method in class mil.nga.color.ColorUtils
-
Get the hex green color from the hex string
- getGreenArithmetic() - Method in class mil.nga.color.Color
-
Get the green color as an arithmetic float
- getGreenHex() - Method in class mil.nga.color.Color
-
Get the green color in hex
- getGreenHexShorthand() - Method in class mil.nga.color.Color
-
Get the green color in hex, shorthand when possible
- getHSL() - Method in class mil.nga.color.Color
-
Get the HSL (hue, saturation, lightness) values
- getHue() - Method in class mil.nga.color.Color
-
Get the HSL hue value
- getLightness() - Method in class mil.nga.color.Color
-
Get the HSL lightness value
- getOpacity() - Method in class mil.nga.color.Color
-
Get the opacity as an arithmetic float
- getRed() - Method in class mil.nga.color.Color
-
Get the red color as an integer
- getRed(int) - Static method in class mil.nga.color.ColorUtils
-
Get the red color from color integer
- getRed(String) - Static method in class mil.nga.color.ColorUtils
-
Get the hex red color from the hex string
- getRedArithmetic() - Method in class mil.nga.color.Color
-
Get the red color as an arithmetic float
- getRedHex() - Method in class mil.nga.color.Color
-
Get the red color in hex
- getRedHexShorthand() - Method in class mil.nga.color.Color
-
Get the red color in hex, shorthand when possible
- getSaturation() - Method in class mil.nga.color.Color
-
Get the HSL saturation value
- gray() - Static method in class mil.nga.color.Color
-
Create a gray color
- GRAY - Static variable in class mil.nga.color.ColorConstants
-
Gray hex color
- green() - Static method in class mil.nga.color.Color
-
Create a green color
- GREEN - Static variable in class mil.nga.color.ColorConstants
-
Green hex color
I
- isOpaque() - Method in class mil.nga.color.Color
-
Check if the color is opaque (opacity or alpha of 1.0, 255, or x00)
- isValidArithmeticRGB(float) - Static method in class mil.nga.color.ColorUtils
-
Check if the arithmetic RGB float color is valid, inclusively between 0.0 and 1.0
- isValidHex(String) - Static method in class mil.nga.color.ColorUtils
-
Check if the hex color value is valid
- isValidHexSingle(String) - Static method in class mil.nga.color.ColorUtils
-
Check if the hex single color value is valid
- isValidHue(float) - Static method in class mil.nga.color.ColorUtils
-
Check if the HSL hue float value is valid, inclusively between 0.0 and 360.0
- isValidLightness(float) - Static method in class mil.nga.color.ColorUtils
-
Check if the HSL lightness float value is valid, inclusively between 0.0 and 1.0
- isValidRGB(int) - Static method in class mil.nga.color.ColorUtils
-
Check if the RBG integer color is valid, inclusively between 0 and 255
- isValidSaturation(float) - Static method in class mil.nga.color.ColorUtils
-
Check if the HSL saturation float value is valid, inclusively between 0.0 and 1.0
L
- lightGray() - Static method in class mil.nga.color.Color
-
Create a light gray color
- LTGRAY - Static variable in class mil.nga.color.ColorConstants
-
Light Gray hex color
M
- magenta() - Static method in class mil.nga.color.Color
-
Create a magenta color
- MAGENTA - Static variable in class mil.nga.color.ColorConstants
-
Magenta hex color
- mil.nga.color - package mil.nga.color
O
- orange() - Static method in class mil.nga.color.Color
-
Create an orange color
- ORANGE - Static variable in class mil.nga.color.ColorConstants
-
Orange hex color
P
- pink() - Static method in class mil.nga.color.Color
-
Create a pink color
- PINK - Static variable in class mil.nga.color.ColorConstants
-
Pink hex color
- purple() - Static method in class mil.nga.color.Color
-
Create a purple color
- PURPLE - Static variable in class mil.nga.color.ColorConstants
-
Purple hex color
R
- red() - Static method in class mil.nga.color.Color
-
Create a red color
- RED - Static variable in class mil.nga.color.ColorConstants
-
Red hex color
S
- setAlpha(float) - Method in class mil.nga.color.Color
-
Set the alpha color as an arithmetic float
- setAlpha(int) - Method in class mil.nga.color.Color
-
Set the alpha color as an integer
- setAlpha(String) - Method in class mil.nga.color.Color
-
Set the alpha color in hex
- setBlue(float) - Method in class mil.nga.color.Color
-
Set the blue color as an arithmetic float
- setBlue(int) - Method in class mil.nga.color.Color
-
Set the blue color as an integer
- setBlue(String) - Method in class mil.nga.color.Color
-
Set the blue color in hex
- setColor(float, float, float) - Method in class mil.nga.color.Color
-
Set the color with arithmetic RGB values
- setColor(float, float, float, float) - Method in class mil.nga.color.Color
-
Set the color with arithmetic RGB values
- setColor(int) - Method in class mil.nga.color.Color
-
Set the color as a single integer
- setColor(int, int, int) - Method in class mil.nga.color.Color
-
Set the color with RGB values
- setColor(int, int, int, float) - Method in class mil.nga.color.Color
-
Set the color with RGBA values
- setColor(int, int, int, int) - Method in class mil.nga.color.Color
-
Set the color with RGBA values
- setColor(String) - Method in class mil.nga.color.Color
-
Set the color in hex
- setColor(String, float) - Method in class mil.nga.color.Color
-
Set the color in hex with an opacity
- setColor(String, int) - Method in class mil.nga.color.Color
-
Set the color in hex with an alpha
- setColor(String, String, String) - Method in class mil.nga.color.Color
-
Set the color with individual hex colors
- setColor(String, String, String, float) - Method in class mil.nga.color.Color
-
Set the color with individual hex colors and opacity
- setColor(String, String, String, String) - Method in class mil.nga.color.Color
-
Set the color with individual hex colors and alpha
- setColorByHSL(float, float, float) - Method in class mil.nga.color.Color
-
Set the color with HSL (hue, saturation, lightness) values
- setColorByHSL(float, float, float, float) - Method in class mil.nga.color.Color
-
Set the color with HSLA (hue, saturation, lightness, alpha) values
- setGreen(float) - Method in class mil.nga.color.Color
-
Set the green color as an arithmetic float
- setGreen(int) - Method in class mil.nga.color.Color
-
Set the green color as an integer
- setGreen(String) - Method in class mil.nga.color.Color
-
Set the green color in hex
- setOpacity(float) - Method in class mil.nga.color.Color
-
Set the opacity as an arithmetic float
- setRed(float) - Method in class mil.nga.color.Color
-
Set the red color as an arithmetic float
- setRed(int) - Method in class mil.nga.color.Color
-
Set the red color as an integer
- setRed(String) - Method in class mil.nga.color.Color
-
Set the red color in hex
- shorthandHex(String) - Static method in class mil.nga.color.ColorUtils
-
Shorthand the hex color if possible
- shorthandHexSingle(String) - Static method in class mil.nga.color.ColorUtils
-
Shorthand the hex single color if possible
T
- toArithmeticRGB(float, float, float) - Static method in class mil.nga.color.ColorUtils
-
Convert HSL (hue, saturation, and lightness) values to RGB arithmetic values
- toArithmeticRGB(int) - Static method in class mil.nga.color.ColorUtils
-
Convert the RGB integer to an arithmetic RBG float
- toArithmeticRGB(String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex single color to an arithmetic RBG float
- toColor(int, int, int) - Static method in class mil.nga.color.ColorUtils
-
Convert the RBG values to a color integer
- toColor(String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color
- toColorShorthand(String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color, shorthanded when possible
- toColorShorthandWithAlpha(String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color including an opaque alpha value of FF or F, shorthanded when possible
- toColorShorthandWithAlpha(String, String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color, shorthanded when possible
- toColorWithAlpha(int, int, int) - Static method in class mil.nga.color.ColorUtils
-
Convert the RBG values to a color integer including an opaque alpha value of 255
- toColorWithAlpha(int, int, int, int) - Static method in class mil.nga.color.ColorUtils
-
Convert the RBGA values to a color integer
- toColorWithAlpha(String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color including an opaque alpha value of FF
- toColorWithAlpha(String, String, String, String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex color values to a hex color
- toHex(float) - Static method in class mil.nga.color.ColorUtils
-
Convert the arithmetic RGB float to a hex single color
- toHex(int) - Static method in class mil.nga.color.ColorUtils
-
Convert the RGB integer to a hex single color
- toHSL(float, float, float) - Static method in class mil.nga.color.ColorUtils
-
Convert red, green, and blue arithmetic values to HSL (hue, saturation, lightness) values
- toHSL(int, int, int) - Static method in class mil.nga.color.ColorUtils
-
Convert red, green, and blue integer values to HSL (hue, saturation, lightness) values
- toRGB(float) - Static method in class mil.nga.color.ColorUtils
-
Convert the arithmetic RGB float to a RBG integer
- toRGB(float, float, float) - Static method in class mil.nga.color.ColorUtils
-
Convert HSL (hue, saturation, and lightness) values to RGB integer values
- toRGB(String) - Static method in class mil.nga.color.ColorUtils
-
Convert the hex single color to a RBG integer
V
- validateArithmeticRGB(float) - Static method in class mil.nga.color.ColorUtils
-
Validate the arithmetic RGB float color is inclusively between 0.0 and 1.0
- validateHex(String) - Static method in class mil.nga.color.ColorUtils
-
Validate the hex color value
- validateHexSingle(String) - Static method in class mil.nga.color.ColorUtils
-
Validate the hex single color value
- validateHue(float) - Static method in class mil.nga.color.ColorUtils
-
Validate the HSL hue float value is inclusively between 0.0 and 360.0
- validateLightness(float) - Static method in class mil.nga.color.ColorUtils
-
Validate the HSL lightness float value is inclusively between 0.0 and 1.0
- validateRGB(int) - Static method in class mil.nga.color.ColorUtils
-
Validate the RBG integer color is inclusively between 0 and 255
- validateSaturation(float) - Static method in class mil.nga.color.ColorUtils
-
Validate the HSL saturation float value is inclusively between 0.0 and 1.0
- violet() - Static method in class mil.nga.color.Color
-
Create a violet color
- VIOLET - Static variable in class mil.nga.color.ColorConstants
-
Violet hex color
W
- white() - Static method in class mil.nga.color.Color
-
Create a white color
- WHITE - Static variable in class mil.nga.color.ColorConstants
-
White hex color
Y
- yellow() - Static method in class mil.nga.color.Color
-
Create a yellow color
- YELLOW - Static variable in class mil.nga.color.ColorConstants
-
Yellow hex color
All Classes All Packages