public interface IColor
| Modifier and Type | Method and Description |
|---|---|
IColorBuilder |
createBuilder() |
int |
getA() |
int |
getARGB() |
int |
getB() |
int |
getG() |
int |
getR() |
int getA()
0xXX000000int getR()
0x00XX0000int getG()
0x0000XX00int getB()
0x000000XXint getARGB()
IColorBuilder createBuilder()
IColorBuilder with the current valuesCopyright © 2025. All rights reserved.