Home

function: mapCanvasBlendModesToPixi


mapCanvasBlendModesToPixi(array: Array.<string>): Array.<string>

Maps blend combinations to Canvas.

Params:

Name Type Attribute Description
array

The array to output into.

Returns:

Array.<string>

  {
    "comment": "/**\n * Maps blend combinations to Canvas.\n *\n * @memberof PIXI\n * @function mapCanvasBlendModesToPixi\n * @private\n * @param {string[]} [array=[]] - The array to output into.\n * @return {string[]} Mapped modes.\n */",
    "meta": {
        "range": [
            116,
            329
        ],
        "filename": "mapCanvasBlendModesToPixi.js",
        "lineno": 4,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\renderers\\canvas\\utils",
        "code": {}
    },
    "description": "

Maps blend combinations to Canvas.

", "memberof": "PIXI", "kind": "function", "name": "mapCanvasBlendModesToPixi", "access": "private", "params": [ { "type": { "names": [ "Array." ] }, "optional": true, "defaultvalue": "[]", "description": "

The array to output into.

", "name": "array" } ], "returns": [ { "type": { "names": [ "Array." ] }, "description": "

Mapped modes.

" } ], "scope": "static", "longname": "PIXI.mapCanvasBlendModesToPixi", "___id": "T000002R002090", "___s": true, "filepath": "core\\renderers\\canvas\\utils\\mapCanvasBlendModesToPixi.js" }