ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.skins.halo 

HaloColors  - AS3 Flex

Packagemx.skins.halo
Classpublic class HaloColors
InheritanceHaloColors Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

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
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
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
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

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

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 — The object on which the calculated color values are stored.
 
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

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

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 — An arbitrary number of RGB colors expressed as uint values (for example, 0xFF0000).

Returns
String