private final class Gradient.ColorPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
color
The color.
|
float |
position
The position inside the gradient (0/1).
|
Constructor and Description |
---|
ColorPoint(int c,
float p) |
Modifier and Type | Method and Description |
---|---|
int |
a()
Alpha component.
|
int |
b()
Blue component.
|
int |
g()
Green component.
|
int |
r()
Red component.
|