[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Number)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Return a new color that is darker than this color
Number Darker factor (0..1).
Ext.draw.Color
[Method] Return a new color that is lighter than this color
Number Lighter factor (0..1).
Ext.draw.Color
[Method]
[Method] Returns the gray value 0 to 255 of the color
number
Number
[Method] Get the equivalent HSL components of the color
Array Optional array to receive the values.
Array<any>
Array
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Parse the string and set current color
String Color in string.
any
Object this
[Method] Set current color based on the specified HSL values
Number Hue component (0..359)
Number Saturation component (0..1)
Number Lightness component (0..1)
any
Object this
[Method] Convert a color to hexadecimal format
String/Array The color value (i.e 'rgb(255, 255, 255)', 'color: #ffffff'). Can also be an Array, in this case the function handles the first member.
string
String The color in hexadecimal format.
[Method] Return the color in the hex format i e
string
String