boda_jsEnv/bodaEnv/env/SVGFEBlendElement.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

302 lines
10 KiB
JavaScript

// SVGFEBlendElement对象
bodaEnv.memory.globlProtoObj["SVGFEBlendElement"] = function SVGFEBlendElement() {
let arg = arguments[0];
if (arg != 'bobo') {
bodaEnv.toolsFunc.console_copy('SVGFEBlendElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
if (v == window) {
return 'window';
} else {
return v;
}
}));
}
;
};
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVGFEBlendElement");
bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_LUMINOSITY", {
configurable: false,
enumerable: true,
writable: false,
value: 16
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_COLOR", {
configurable: false,
enumerable: true,
writable: false,
value: 15
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_SATURATION", {
configurable: false,
enumerable: true,
writable: false,
value: 14
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_HUE", {
configurable: false,
enumerable: true,
writable: false,
value: 13
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_EXCLUSION", {
configurable: false,
enumerable: true,
writable: false,
value: 12
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_DIFFERENCE", {
configurable: false,
enumerable: true,
writable: false,
value: 11
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_SOFT_LIGHT", {
configurable: false,
enumerable: true,
writable: false,
value: 10
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_HARD_LIGHT", {
configurable: false,
enumerable: true,
writable: false,
value: 9
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_COLOR_BURN", {
configurable: false,
enumerable: true,
writable: false,
value: 8
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_COLOR_DODGE", {
configurable: false,
enumerable: true,
writable: false,
value: 7
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_OVERLAY", {
configurable: false,
enumerable: true,
writable: false,
value: 6
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_LIGHTEN", {
configurable: false,
enumerable: true,
writable: false,
value: 5
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_DARKEN", {
configurable: false,
enumerable: true,
writable: false,
value: 4
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_SCREEN", {
configurable: false,
enumerable: true,
writable: false,
value: 3
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_MULTIPLY", {
configurable: false,
enumerable: true,
writable: false,
value: 2
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_NORMAL", {
configurable: false,
enumerable: true,
writable: false,
value: 1
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"], "SVG_FEBLEND_MODE_UNKNOWN", {
configurable: false,
enumerable: true,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_LUMINOSITY", {
configurable: false,
enumerable: true,
writable: false,
value: 16
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_COLOR", {
configurable: false,
enumerable: true,
writable: false,
value: 15
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_SATURATION", {
configurable: false,
enumerable: true,
writable: false,
value: 14
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_HUE", {
configurable: false,
enumerable: true,
writable: false,
value: 13
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_EXCLUSION", {
configurable: false,
enumerable: true,
writable: false,
value: 12
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_DIFFERENCE", {
configurable: false,
enumerable: true,
writable: false,
value: 11
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_SOFT_LIGHT", {
configurable: false,
enumerable: true,
writable: false,
value: 10
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_HARD_LIGHT", {
configurable: false,
enumerable: true,
writable: false,
value: 9
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_COLOR_BURN", {
configurable: false,
enumerable: true,
writable: false,
value: 8
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_COLOR_DODGE", {
configurable: false,
enumerable: true,
writable: false,
value: 7
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_OVERLAY", {
configurable: false,
enumerable: true,
writable: false,
value: 6
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_LIGHTEN", {
configurable: false,
enumerable: true,
writable: false,
value: 5
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_DARKEN", {
configurable: false,
enumerable: true,
writable: false,
value: 4
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_SCREEN", {
configurable: false,
enumerable: true,
writable: false,
value: 3
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_MULTIPLY", {
configurable: false,
enumerable: true,
writable: false,
value: 2
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_NORMAL", {
configurable: false,
enumerable: true,
writable: false,
value: 1
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVG_FEBLEND_MODE_UNKNOWN", {
configurable: false,
enumerable: true,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "in1", {
configurable: true,
enumerable: true,
get: {
in1() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "in1_get", arguments);
}
}.in1,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "in2", {
configurable: true,
enumerable: true,
get: {
in2() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "in2_get", arguments);
}
}.in2,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "mode", {
configurable: true,
enumerable: true,
get: {
mode() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "mode_get", arguments);
}
}.mode,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "x", {
configurable: true,
enumerable: true,
get: {
x() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "x_get", arguments);
}
}.x,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "y", {
configurable: true,
enumerable: true,
get: {
y() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "y_get", arguments);
}
}.y,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "width", {
configurable: true,
enumerable: true,
get: {
width() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "width_get", arguments);
}
}.width,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "height", {
configurable: true,
enumerable: true,
get: {
height() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "height_get", arguments);
}
}.height,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "result", {
configurable: true,
enumerable: true,
get: {
result() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEBlendElement"].prototype, "SVGFEBlendElement", "result_get", arguments);
}
}.result,
set: undefined
});