Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$state$getAdjustedBlendModeBlend.js
2026-07-01 22:38:29 -06:00

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