Pixel-Composer/datafiles/data/Nodes/Internal/Compose/Node_Blend/info.json
2025-01-09 14:28:19 +07:00

41 lines
No EOL
647 B
JSON

{
"tooltip":"Combine 2 images using different blend modes.",
"alias":[
"normal",
"replace",
"-1",
"multiply",
"color burn",
"linear burn",
"minimum",
"-1",
"add",
"screen",
"color dodge",
"maximum",
"-1",
"overlay",
"soft light",
"hard light",
"vivid light",
"linear light",
"pin light",
"-1",
"difference",
"exclusion",
"subtract",
"divide",
"-1",
"hue",
"saturation",
"luminosity"
],
"spr":"s_node_blend",
"baseNode":"Node_Blend",
"io":[
"surface",
"surface"
],
"build":"Node_create_Blend",
"name":"Blend"
}