-
public final class UCColorPalette
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUCColorPalette.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integertext100private final Integertext80private final Integertext16private final Integertext2private final IntegerlayerBackgroundColorprivate final IntegerlayerBackgroundSecondaryColorprivate final IntegerselectedTabColorprivate final IntegerlinkColorprivate final IntegeroverlayColorprivate final IntegertabsBorderColor
-
Method Summary
Modifier and Type Method Description final IntegergetText100()final IntegergetText80()final IntegergetText16()final IntegergetText2()final IntegergetLayerBackgroundColor()final IntegergetLayerBackgroundSecondaryColor()final IntegergetSelectedTabColor()final IntegergetLinkColor()final IntegergetOverlayColor()final IntegergetTabsBorderColor()-
-
Method Detail
-
getText100
final Integer getText100()
-
getLayerBackgroundColor
final Integer getLayerBackgroundColor()
-
getLayerBackgroundSecondaryColor
final Integer getLayerBackgroundSecondaryColor()
-
getSelectedTabColor
final Integer getSelectedTabColor()
-
getLinkColor
final Integer getLinkColor()
-
getOverlayColor
final Integer getOverlayColor()
-
getTabsBorderColor
final Integer getTabsBorderColor()
-
-
-
-