Pakket | mx.skins.halo |
Klasse | public class HaloColors |
Overerving | HaloColors Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
Calculates colors that are used by components that
support the Halo theme, such as the colors of beveled
edges. | HaloColors | ||
[statisch]
Returns a unique hash key based on the colors that are
passed in. | HaloColors | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
addHaloColors | () | methode |
public static function addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | () | methode |
public static function getCacheKey(... colors):String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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).
|
String |
Wed Jun 13 2018, 11:42 AM Z