class CustomColorView : View
CustomColorView() |
var colorButton: JFXButton |
|
var colorName: Label |
|
var mtcButton: JFXButton |
|
val root: BorderPane |
|
var selectedColor: Color |
|
var selectedDirection: Direction |
|
val sendButtonList: List<JFXButton> |
|
var stcButton: JFXButton |
|
var stkButton: JFXButton |
|
var toggleReverse: JFXButton |
|
var wipeButton: JFXButton |
fun sendC(color: String): Unit |
|
fun sendMTC(color: String): Unit |
|
fun sendSTC(color: String): Unit |
|
fun sendSTK(color: String): Unit |
|
fun sendWIP(color: String): Unit |