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.ColourSettingBindings.LiveSetting. getColor()Returns the current value of the setting as aColour.Settings.ColourSettingBindings.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.ColourPalette.Variant. blackA black colour, code0orK.Settings.ColourPalette.Variant. blueA blue colour, codeB.Settings.ColourPalette.Variant. brownA brown colour, codeW.Settings.ColourPalette.Variant. cyanA cyan colour, codeC.Settings.ColourPalette.Variant. fillA default background colour, typically similar to the standard component or menu background.Settings.ColourPalette.Variant. greenA green colour, codeG.Settings.ColourPalette.Variant. greyA grey colour, codeE.Settings.ColourPalette.Variant. indigoAn indigo colour, codeI.Settings.ColourPalette.Variant. orangeAn orange colour, codeO.Settings.ColourPalette.Variant. pinkA pink colour, codeP.Settings.ColourPalette.Variant. redA red colour, codeR.Settings.ColourPalette.Variant. tealA teal colour, codeT.Settings.ColourPalette.Variant. textA default foreground colour, typically similar to the standard text colour.Settings.ColourPalette.Variant. violetA violet colour, codeV.Settings.ColourPalette.Variant. whiteA white colour, code1orH.Settings.ColourPalette.Variant. yellowA yellow colour, codeY.Methods in ca.cgjennings.ui.theme that return Settings.Colour Modifier and Type Method Description Settings.ColourPluginTestTheme. applyThemeToColor(java.awt.Color c)Settings.ColourTheme. applyThemeToColor(int argb)Gives the theme the opportunity to modify a colour to refelct the theme.Settings.ColourTheme. applyThemeToColor(java.awt.Color source)Gives the theme the opportunity to modify a colour to reflect the theme.Settings.ColourPalette.Variant. fromCode(char code)Returns one of the colours in the variant, specified by code.Settings.ColourPalette.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.ColourSettings. color(java.lang.String value)Cover method forSettings.colour(java.lang.String).static Settings.ColourSettings. colour(java.lang.String value)Returns aSettings.Colourparsed from a string value.Settings.ColourSettings.Colour. derive(float newAlpha)Returns a version of this colour with a different alpha value.Settings.ColourSettings.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.ColourSettings.Colour. from(java.awt.Color c)Given a standardColorobject, converts it to aColour.Settings.ColourSettings. getColor(java.lang.String key)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings. getColor(java.lang.String key, int defaultValue)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings. getColor(java.lang.String key, java.awt.Color defaultValue)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings. getColour(java.lang.String key)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings. getColour(java.lang.String key, int defaultValue)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings. getColour(java.lang.String key, java.awt.Color defaultValue)Returns the value of the specified key as aSettings.Colour; the key name will have-colourappended if necessary.Settings.ColourSettings.Colour. mix(java.awt.Color with)Mixes this colour with an equal amount of another colour.Settings.ColourSettings.Colour. mix(java.awt.Color with, float thisAmount)Mixes this colour with another colour.
-