Uses of Class
heronarts.glx.ui.UIColor
Package
Description
-
Uses of UIColor in heronarts.glx.ui
Modifier and TypeFieldDescriptionstatic final UIColor
UIColor.BLACK
static final UIColor
UIColor.NONE
static final UIColor
UIColor.WHITE
Modifier and TypeMethodDescriptionUI2dComponent.getBackgroundColor()
The background color, if there is a backgroundUI2dComponent.getBorderColor()
Current border colorprotected UIColor
UI2dComponent.getFocusColor
(UI ui) UI2dComponent.getFontColor()
The font color, if there is a color specifiedModifier and TypeMethodDescriptionUI2dComponent.setBackgroundColor
(UIColor backgroundColor) Sets a background colorUI2dComponent.setBorderColor
(UIColor borderColor) Sets the color of the borderUI2dComponent.setFocusBackgroundColor
(UIColor focusBackgroundColor) Sets a background color to be used when the component is focusedUI2dComponent.setFocusColor
(UIColor focusColor) UI2dComponent.setFontColor
(UIColor fontColor) Sets a font color -
Uses of UIColor in heronarts.glx.ui.component
Modifier and TypeFieldDescriptionprotected UIColor
UIButton.activeColor
protected UIColor
UIButton.inactiveColor
Modifier and TypeMethodDescriptionUIButton.setActiveColor
(UIColor activeColor) UIToggleSet.setActiveColor
(UIColor activeColor) UIButton.setActiveFontColor
(UIColor activeFontColor) Sets the active font colorUIItemList.BasicList.setControlSurfaceFocus
(int index, int length, UIColor color) UIItemList.ScrollList.setControlSurfaceFocus
(int index, int length, UIColor color) UIItemList.setControlSurfaceFocus
(int index, int length, UIColor color) Sets a control focus range that is highlighted in the listUISlider.setFillColor
(UIColor fillColor) UIButton.setIconColor
(UIColor iconColor) UIButton.setInactiveColor
(UIColor inactiveColor) UIInputBox.setProgressColor
(UIColor progressColor) UIImage.setTintColor
(UIColor tint) -
Uses of UIColor in heronarts.glx.ui.vg
-
Uses of UIColor in heronarts.lx.studio.ui.device
Modifier and TypeMethodDescriptionUIPatternList.setControlSurfaceFocusColor
(UIColor controlSurfaceFocusColor)