Class Index | File Index

Classes


Class createjs.WebGLRenderer.Blend


Defined in: webgl_renderer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An inner class that blends colors used by this renderer.
Method Summary
Method Attributes Method Name and Description
 
bindContext(context)
Binds this color-blending operation to the specified context.
 
setComposition(operation)
Sets the color-blend operation.
Class Detail
createjs.WebGLRenderer.Blend(context)
An inner class that blends colors used by this renderer.
Parameters:
{createjs.WebGLRenderer.Context} context
Method Detail
bindContext(context)
Binds this color-blending operation to the specified context.
Parameters:
{createjs.WebGLRenderer.Context} context

setComposition(operation)
Sets the color-blend operation.
Parameters:
{number} operation

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