10 lines
603 B
JavaScript
10 lines
603 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$state$getAdjustedBlendModeBlend = function(global, require, module, exports) {
|
|
var _const = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$state$const");
|
|
"use strict";
|
|
exports.getAdjustedBlendModeBlend = function(blendMode, textureSource) {
|
|
return "no-premultiply-alpha" === textureSource.alphaMode ? _const.BLEND_TO_NPM[blendMode] || blendMode : blendMode;
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$state$getAdjustedBlendModeBlend.js.map
|