Package | mx.skins.halo |
Class | public class HaloColors |
Inheritance | HaloColors ![]() |
Method | Defined By | ||
---|---|---|---|
[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 | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object |
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 |
String |