public class UITheme extends Object
Modifier and Type | Field and Description |
---|---|
PImage |
iconArm |
PImage |
iconControl |
PImage |
iconKeyboard |
PImage |
iconLfo |
PImage |
iconLoad |
PImage |
iconLoop |
PImage |
iconMap |
PImage |
iconNew |
PImage |
iconNote |
PImage |
iconOpen |
PImage |
iconPreferences |
PImage |
iconSave |
PImage |
iconSaveAs |
PImage |
iconTempo |
PImage |
iconTrigger |
PImage |
iconTriggerSource |
Modifier and Type | Method and Description |
---|---|
int |
getAttentionColor()
Gets highlight color
|
int |
getContextBackgroundColor()
Get context background color
|
int |
getContextBorderColor()
Get context border color
|
int |
getContextHighlightColor()
Get control highlight color
|
int |
getControlBackgroundColor()
Get control background color
|
int |
getControlBorderColor()
Get control border color
|
int |
getControlDisabledColor()
Get disabled color
|
int |
getControlDisabledTextColor()
Control text color
|
PFont |
getControlFont()
Gets the default item font
|
int |
getControlTextColor()
Control text color
|
int |
getCursorColor()
Gets highlight color
|
int |
getDarkBackgroundColor()
Gets dark background color
|
int |
getDarkFocusBackgroundColor()
Gets dark background color
|
int |
getDeviceBackgroundColor()
Gets background color
|
int |
getDeviceBorderColor()
Gets device border color
|
int |
getDeviceFocusedBackgroundColor()
Gets background color
|
PFont |
getDeviceFont() |
int |
getDeviceSelectionColor()
Gets device selection color
|
int |
getDeviceSelectionTextColor()
Gets device selection color
|
int |
getErrorColor()
Gets error color
|
int |
getFocusColor()
Gets focus color
|
int |
getFocusSelectionColor()
Gets focus selection color
|
int |
getLabelColor()
Default text color
|
PFont |
getLabelFont()
Label font
|
int |
getMidiMappingColor() |
int |
getModulationSourceMappingColor() |
int |
getModulationTargetMappingColor() |
int |
getPaneBackgroundColor()
Gets border color
|
int |
getPaneInsetColor()
Gets pane inset color
|
int |
getPrimaryColor()
Gets highlight color
|
int |
getRecordingColor()
Gets highlight color
|
int |
getSecondaryColor()
Get active color
|
int |
getSelectionColor()
Gets highlight color
|
int |
getSublabelColor()
Default text color
|
int |
getSurfaceColor()
Gets highlight color
|
int |
getWindowTitleColor()
Gets the default text color
|
PFont |
getWindowTitleFont()
Gets the default title font
|
UITheme |
setAttentionColor(int color)
Sets highlight color
|
UITheme |
setContextBackgroundColor(int contextBackgroundColor)
Set context background color
|
UITheme |
setContextBorderColor(int contextBorderColor)
Set context border color
|
UITheme |
setContextHighlightColor(int contextHighlightColor)
Set control highlight color
|
UITheme |
setControlBackgroundColor(int controlBackgroundColor)
Set control background color
|
UITheme |
setControlBorderColor(int controlBorderColor)
Set control border color
|
UITheme |
setControlDisabldColor(int color)
Set disabled color
|
UITheme |
setControlFont(PFont font)
Sets the default item font
|
UITheme |
setControlTextColor(int controlTextColor)
Set control text color
|
UITheme |
setCursorColor(int color)
Sets highlight color
|
UITheme |
setDarkBackgroundColor(int color)
Sets dark background color
|
UITheme |
setDarkFocusBackgroundColor(int color)
Sets dark background color
|
UITheme |
setDeviceBackgroundColor(int color)
Sets default background color
|
UITheme |
setDeviceBorderColor(int color)
Sets default border color
|
UITheme |
setDeviceFocusedBackgroundColor(int color)
Sets default background color
|
UITheme |
setDeviceSelectionColor(int deviceSelectionColor)
Sets device selection color
|
UITheme |
setDeviceSelectionTextColor(int deviceSelectionTextColor)
Sets device selection color
|
UITheme |
setFocusColor(int color)
Sets highlight color
|
UITheme |
setLabelColor(int labelColor)
Set default text color
|
UITheme |
setLabelFont(PFont labelFont)
Set label font
|
UITheme |
setMidiMappingColor(int midiMappingColor) |
UITheme |
setModulationSourceMappingColor(int modulationSourceMappingColor) |
UITheme |
setModulationTargetMappingColor(int modulationTargetMappingColor) |
UITheme |
setPaneBackgroundColor(int color)
Sets default border color
|
UITheme |
setPaneInsetColor(int color)
Sets default border color
|
UITheme |
setPrimaryColor(int color)
Sets highlight color
|
UITheme |
setRecordingColor(int color)
Sets highlight color
|
UITheme |
setSecondaryColor(int color)
Set active color
|
UITheme |
setSelectionColor(int color)
Sets highlight color
|
UITheme |
setSublabelColor(int sublabelColor)
Set default text color
|
UITheme |
setSurfaceColor(int color)
Sets highlight color
|
UITheme |
setWindowTitleColor(int color)
Sets the default text color
|
UITheme |
setWindowTitleFont(PFont font)
Sets the default title font
|
public final PImage iconNote
public final PImage iconTempo
public final PImage iconControl
public final PImage iconTrigger
public final PImage iconTriggerSource
public final PImage iconLoop
public final PImage iconMap
public final PImage iconArm
public final PImage iconLfo
public final PImage iconLoad
public final PImage iconSave
public final PImage iconSaveAs
public final PImage iconNew
public final PImage iconOpen
public final PImage iconKeyboard
public final PImage iconPreferences
public PFont getControlFont()
public UITheme setControlFont(PFont font)
font
- Font to usepublic PFont getWindowTitleFont()
public UITheme setWindowTitleFont(PFont font)
font
- Default title fontpublic int getWindowTitleColor()
public UITheme setWindowTitleColor(int color)
color
- Colorpublic int getDeviceBackgroundColor()
public UITheme setDeviceBackgroundColor(int color)
color
- colorpublic int getDeviceFocusedBackgroundColor()
public UITheme setDeviceFocusedBackgroundColor(int color)
color
- colorpublic UITheme setDeviceSelectionColor(int deviceSelectionColor)
deviceSelectionColor
- colorpublic int getDeviceSelectionTextColor()
public UITheme setDeviceSelectionTextColor(int deviceSelectionTextColor)
deviceSelectionTextColor
- colorpublic int getDeviceSelectionColor()
public int getDeviceBorderColor()
public UITheme setDeviceBorderColor(int color)
color
- colorpublic int getContextBackgroundColor()
public UITheme setContextBackgroundColor(int contextBackgroundColor)
contextBackgroundColor
- the colorpublic int getContextBorderColor()
public UITheme setContextBorderColor(int contextBorderColor)
contextBorderColor
- the colorpublic int getPaneBackgroundColor()
public UITheme setPaneBackgroundColor(int color)
color
- colorpublic int getPaneInsetColor()
public UITheme setPaneInsetColor(int color)
color
- colorpublic int getPrimaryColor()
public UITheme setPrimaryColor(int color)
color
- Colorpublic int getAttentionColor()
public UITheme setAttentionColor(int color)
color
- Colorpublic int getErrorColor()
public int getSurfaceColor()
public UITheme setSurfaceColor(int color)
color
- Colorpublic int getRecordingColor()
public UITheme setRecordingColor(int color)
color
- Colorpublic int getCursorColor()
public UITheme setCursorColor(int color)
color
- Colorpublic int getSelectionColor()
public int getFocusSelectionColor()
public UITheme setSelectionColor(int color)
color
- Colorpublic int getDarkBackgroundColor()
public UITheme setDarkBackgroundColor(int color)
color
- Colorpublic int getDarkFocusBackgroundColor()
public UITheme setDarkFocusBackgroundColor(int color)
color
- Colorpublic int getFocusColor()
public UITheme setFocusColor(int color)
color
- Colorpublic int getSecondaryColor()
public UITheme setSecondaryColor(int color)
color
- Colorpublic int getControlDisabledColor()
public UITheme setControlDisabldColor(int color)
color
- Colorpublic int getControlBackgroundColor()
public UITheme setControlBackgroundColor(int controlBackgroundColor)
controlBackgroundColor
- Color to setpublic int getControlBorderColor()
public UITheme setControlBorderColor(int controlBorderColor)
controlBorderColor
- colorpublic int getContextHighlightColor()
public UITheme setContextHighlightColor(int contextHighlightColor)
contextHighlightColor
- colorpublic int getControlTextColor()
public int getControlDisabledTextColor()
public UITheme setControlTextColor(int controlTextColor)
controlTextColor
- colorpublic PFont getLabelFont()
public UITheme setLabelFont(PFont labelFont)
labelFont
- fontpublic PFont getDeviceFont()
public int getLabelColor()
public UITheme setLabelColor(int labelColor)
labelColor
- colorpublic int getSublabelColor()
public UITheme setSublabelColor(int sublabelColor)
sublabelColor
- colorpublic int getMidiMappingColor()
public UITheme setMidiMappingColor(int midiMappingColor)
public int getModulationSourceMappingColor()
public UITheme setModulationSourceMappingColor(int modulationSourceMappingColor)
public int getModulationTargetMappingColor()
public UITheme setModulationTargetMappingColor(int modulationTargetMappingColor)
LX library by Mark C. Slee. © 2012-2020