Impression AS3 BCF Documentation | All Packages | All Classes | Index | Frames | ![]() |
Package | Functions | |
Function | Defined By | ||
---|---|---|---|
mergeStyles(... list):Object
Merges the styles from multiple classes into one object. | impression.utilities |
mergeStyles | () | function |
public function mergeStyles(... list):Object
Merges the styles from multiple classes into one object. If a style is defined in multiple objects, the first occurence that is found is used.
Parameters
... list — A comma-delimited list of objects that contain the default styles to be merged.
|
Object — A default style object that contains the merged styles.
|