Interface ComponentColor
@Immutable
public interface ComponentColor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColorstatic final ComponentColor -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentColorfrom(arc.graphics.Color color) static ComponentColordefault intgetB()default intgetG()default intgetR()intgetRGB()static ComponentColorrgb(int rgb) static ComponentColorrgb(int r, int g, int b)
-
Field Details
-
RED
-
GREEN
-
BLUE
-
YELLOW
-
CYAN
-
MAGENTA
-
WHITE
-
BLACK
-
ACCENT
-
-
Method Details
-
rgb
-
rgb
-
from
-
from
-
getRGB
int getRGB() -
getR
default int getR() -
getG
default int getG() -
getB
default int getB()
-