Uses of Class
resources.Settings.Colour
-
Packages that use Settings.Colour Package Description ca.cgjennings.apps.arkham.plugins.engine ca.cgjennings.ui.theme resources -
-
Uses of Settings.Colour in ca.cgjennings.apps.arkham.plugins.engine
Methods in ca.cgjennings.apps.arkham.plugins.engine that return Settings.Colour Modifier and Type Method Description Settings.Colour
SettingBindings.LiveSetting. getColor()
Returns the current value of the setting as aColour
.Settings.Colour
SettingBindings.LiveSetting. getColour()
Returns the current value of the setting as aColour
. -
Uses of Settings.Colour in ca.cgjennings.ui.theme
Fields in ca.cgjennings.ui.theme declared as Settings.Colour Modifier and Type Field Description Settings.Colour
Palette.Variant. black
A black colour, code0
orK
.Settings.Colour
Palette.Variant. blue
A blue colour, codeB
.Settings.Colour
Palette.Variant. brown
A brown colour, codeW
.Settings.Colour
Palette.Variant. cyan
A cyan colour, codeC
.Settings.Colour
Palette.Variant. fill
A default background colour, typically similar to the standard component or menu background.Settings.Colour
Palette.Variant. green
A green colour, codeG
.Settings.Colour
Palette.Variant. grey
A grey colour, codeE
.Settings.Colour
Palette.Variant. indigo
An indigo colour, codeI
.Settings.Colour
Palette.Variant. orange
An orange colour, codeO
.Settings.Colour
Palette.Variant. pink
A pink colour, codeP
.Settings.Colour
Palette.Variant. red
A red colour, codeR
.Settings.Colour
Palette.Variant. teal
A teal colour, codeT
.Settings.Colour
Palette.Variant. text
A default foreground colour, typically similar to the standard text colour.Settings.Colour
Palette.Variant. violet
A violet colour, codeV
.Settings.Colour
Palette.Variant. white
A white colour, code1
orH
.Settings.Colour
Palette.Variant. yellow
A yellow colour, codeY
.Methods in ca.cgjennings.ui.theme that return Settings.Colour Modifier and Type Method Description Settings.Colour
PluginTestTheme. applyThemeToColor(java.awt.Color c)
Settings.Colour
Theme. applyThemeToColor(int argb)
Gives the theme the opportunity to modify a colour to refelct the theme.Settings.Colour
Theme. applyThemeToColor(java.awt.Color source)
Gives the theme the opportunity to modify a colour to reflect the theme.Settings.Colour
Palette.Variant. fromCode(char code)
Returns one of the colours in the variant, specified by code.Settings.Colour
Palette.Variant. get(int i)
Returns a colour by index instead of by name. -
Uses of Settings.Colour in resources
Methods in resources that return Settings.Colour Modifier and Type Method Description static Settings.Colour
Settings. color(java.lang.String value)
Cover method forSettings.colour(java.lang.String)
.static Settings.Colour
Settings. colour(java.lang.String value)
Returns aSettings.Colour
parsed from a string value.Settings.Colour
Settings.Colour. derive(float newAlpha)
Returns a version of this colour with a different alpha value.Settings.Colour
Settings.Colour. derive(float hueShift, float satFactor, float briFactor)
Returns a derived colour that shifts the hue and scales the brightness and saturation of this colour.static Settings.Colour
Settings.Colour. from(java.awt.Color c)
Given a standardColor
object, converts it to aColour
.Settings.Colour
Settings. getColor(java.lang.String key)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings. getColor(java.lang.String key, int defaultValue)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings. getColor(java.lang.String key, java.awt.Color defaultValue)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings. getColour(java.lang.String key)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings. getColour(java.lang.String key, int defaultValue)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings. getColour(java.lang.String key, java.awt.Color defaultValue)
Returns the value of the specified key as aSettings.Colour
; the key name will have-colour
appended if necessary.Settings.Colour
Settings.Colour. mix(java.awt.Color with)
Mixes this colour with an equal amount of another colour.Settings.Colour
Settings.Colour. mix(java.awt.Color with, float thisAmount)
Mixes this colour with another colour.
-