Index

B C G H K M O P R W Y 
All Classes|All Packages

B

b - Variable in class Color
The amount of Blue in the color (a value between 0 and 255) Using RGB representation.
BLACK - Static variable in class Color
Constant representation of CSS-compatible Black.
BLUE - Static variable in class Color
Constant representation of CSS-compatible Blue.
BROWN - Static variable in class Color
Constant representation of CSS-compatible Brown.

C

c - Variable in class Color
The amount of Cyan in the color (a value between 0 and 255) using CMYK representation.
Color - Class in <Unnamed>
Immutable class representing a computer displayable color.
Color() - Constructor for class Color
No args constructor.
Color(double, double, double, double) - Constructor for class Color
Constructs a color of a given CMYK value.
Color(int, int, int) - Constructor for class Color
Constructs a color of given r, g, and b values.

G

g - Variable in class Color
The amount of Green in the color (a value between 0 and 255) Using RGB representation.
GREEN - Static variable in class Color
Constant representation of CSS-compatible Green.

H

hex - Variable in class Color
The hex-code representation of the color.

K

k - Variable in class Color
The CMYK Key value of the color.

M

m - Variable in class Color
The amount of Magenta in the color (a value between 0 and 255) using CMYK representation.
mix(Color, Color) - Static method in class Color
Gives the color midway between two colors as its "mixture." Mixed color is the average of the rgb values of the two colors.
mix(Color, Color, double) - Static method in class Color
Gives the color between x and y with a given weight/ratio applied to x.

O

ORANGE - Static variable in class Color
Constant representation of CSS-compatible Orange.

P

PURPLE - Static variable in class Color
Constant representation of CSS-compatible Purple.

R

r - Variable in class Color
The amount of Red in the color (a value between 0 and 255).
RED - Static variable in class Color
Constant representation of CSS-compatible Red.

W

WHITE - Static variable in class Color
Constant representation of CSS-compatible White.

Y

y - Variable in class Color
The amount of Yello in the color (a value between 0 and 255) using CMYK representation.
YELLOW - Static variable in class Color
Constant representation of CSS-compatible Yellow.
B C G H K M O P R W Y 
All Classes|All Packages