Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.skins.halo
Classpublic class HaloColors
InheritanceHaloColors Inheritance Object

Defines the colors used by components that support the Halo theme.



Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
  
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint):void
[static] Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges.
HaloColors
  
[static] Returns a unique hash key based on the colors that are passed in.
HaloColors
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Method detail
addHaloColors()method
public static function addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint):void

Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges. This method uses the themeColor and fillColors properties to calculate its colors.

Parameters
colors:Object
 
themeColor:uint — The value of the themeColor style property.
 
fillColor0:uint — The start color of a fill.
 
fillColor1:uint — The end color of a fill.
getCacheKey()method 
public static function getCacheKey(... colors):String

Returns a unique hash key based on the colors that are passed in. This key is used to store the calculated colors so they only need to be calculated once.

Parameters
... colors

Returns
String





collected by Jimbob 2007.05