Class Index | File Index

Classes


Class createjs.Composer


Defined in: composer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that composes an image.
Method Summary
Method Attributes Method Name and Description
 
applyAlphaMap(image, alpha)
Applies an alpha-map filter to the specified image.
 
applyColorFilter(image, matrix)
Applies a color filter to the specified image.
 
Destroys all resources owned by this composer.
 
Returns whether the hosting browser supports the blend mode "multiply".
Class Detail
createjs.Composer()
A class that composes an image.
Method Detail
applyAlphaMap(image, alpha)
Applies an alpha-map filter to the specified image.
Parameters:
{HTMLImageElement} image
{HTMLImageElement} alpha

applyColorFilter(image, matrix)
Applies a color filter to the specified image.
Parameters:
{HTMLImageElement} image
{Array.} matrix

destroy()
Destroys all resources owned by this composer.

{HTMLCanvasElement} getOutput()
Returns whether the hosting browser supports the blend mode "multiply".
Returns:
{HTMLCanvasElement}

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:27 GMT+0900 (JST)