Uses of Class
heronarts.glx.ui.UIColor
Packages that use UIColor
Package
Description
-
Uses of UIColor in heronarts.glx.ui
Subclasses of UIColor in heronarts.glx.uiFields in heronarts.glx.ui declared as UIColorModifier and TypeFieldDescriptionstatic final UIColor
UIColor.BLACK
static final UIColor
UIColor.NONE
static final UIColor
UIColor.WHITE
Methods in heronarts.glx.ui that return UIColorModifier 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 specifiedMethods in heronarts.glx.ui with parameters of type UIColorModifier 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 colorConstructors in heronarts.glx.ui with parameters of type UIColor -
Uses of UIColor in heronarts.glx.ui.component
Fields in heronarts.glx.ui.component declared as UIColorModifier and TypeFieldDescriptionprotected UIColor
UIButton.activeColor
protected UIColor
UIButton.inactiveColor
Methods in heronarts.glx.ui.component that return UIColorMethods in heronarts.glx.ui.component with parameters of type UIColorModifier 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
Methods in heronarts.glx.ui.vg with parameters of type UIColor -
Uses of UIColor in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device with parameters of type UIColorModifier and TypeMethodDescriptionUIPatternList.setControlSurfaceFocusColor
(UIColor controlSurfaceFocusColor)