Pakiet | mx.skins.halo |
Klasa | public class HaloColors |
Dziedziczenie | HaloColors Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Calculates colors that are used by components that
support the Halo theme, such as the colors of beveled
edges. | HaloColors | ||
[statyczny]
Returns a unique hash key based on the colors that are
passed in. | HaloColors | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół metody
addHaloColors | () | metoda |
public static function addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | () | metoda |
public static function getCacheKey(... colors):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Parametry
... colors — An arbitrary number of RGB colors expressed
as uint values (for example, 0xFF0000).
|
String |
Tue Jun 12 2018, 12:06 PM Z