[Method] Add methods properties to the prototype of this class
Object
[Method] Add override static properties of this class
Object
Ext.Base this
[Method]
Object
[Method] Convenience method for creating a color
Ext.draw.Color/String/Number[]/Number Red component (0..255), CSS color string or array of all components.
Number Green component (0..255)
Number Blue component (0..255)
Number Alpha component (0..1)
Ext.draw.Color
[Method] Create aliases for existing prototype methods
String/Object The new method name, or an object to set multiple aliases. See flexSetter
String/Object The original method name
[Method] Returns a flyweight instance of Ext draw Color
Number/String Red component (0..255) or CSS color string.
Number Green component (0..255)
Number Blue component (0..255)
Number Alpha component (0..1)
Ext.draw.Color
[Method] Create a new color based on the specified HSL values
Number Hue component (0..359)
Number Saturation component (0..1)
Number Lightness component (0..1)
Ext.draw.Color
[Method] Parse the string and create a new color
String Color in string.
Ext.draw.Color
[Method] Get the current class name in string format
string
String className
[Method] Override members of this class
Object The properties to add to this class. This should be specified as an object literal containing one or more properties.
Ext.Base this class