📄 BlendModes.js
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 4 |
📦 Imports | 6 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 src/nodes/display/BlendModes.js
📦 Imports¶
Name | Source |
---|---|
Fn |
../tsl/TSLBase.js |
If |
../tsl/TSLBase.js |
vec4 |
../tsl/TSLBase.js |
mix |
../math/MathNode.js |
min |
../math/MathNode.js |
step |
../math/MathNode.js |
Functions¶
burn(params: any[]): Function
¶
Parameters:
params
any[]
Returns: Function
Calls:
console.warn
blendBurn
Code
dodge(params: any[]): Function
¶
Parameters:
params
any[]
Returns: Function
Calls:
console.warn
blendDodge
Code
screen(params: any[]): Function
¶
Parameters:
params
any[]
Returns: Function
Calls:
console.warn
blendScreen
Code
overlay(params: any[]): Function
¶
Parameters:
params
any[]
Returns: Function
Calls:
console.warn
blendOverlay