static class X.XColor extends C.Structure
b, p| Constructor and Description |
|---|
XColor() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
setBlue(long p,
int blue) |
(package private) void |
setGreen(long p,
int green) |
(package private) void |
setRed(long p,
int red) |
(package private) int |
sizeof()
The size of the C struct in bytes.
|
void setRed(long p,
int red)
void setGreen(long p,
int green)
void setBlue(long p,
int blue)
int sizeof()
C.Structuresizeof in class C.Structure