-
@Immutable() public final class ColorStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classColorStyle.Companion
-
Constructor Summary
Constructors Constructor Description ColorStyle(Color activeColor, Color passiveColor, Color errorColor)ColorStyle()
-
Method Summary
Modifier and Type Method Description final ColorgetActive()final UnitsetActive(Color active)final ColorgetPassive()final UnitsetPassive(Color passive)final ColorgetError()final UnitsetError(Color error)-
-
Method Detail
-
getActive
final Color getActive()
-
getPassive
final Color getPassive()
-
setPassive
final Unit setPassive(Color passive)
-
getError
final Color getError()
-
-
-
-