Pixel-Composer/datafiles/data/Nodes/Internal/Compose/Node_Blend/info.json

41 lines
647 B
JSON
Raw Normal View History

2025-01-09 05:28:30 +01:00
{
"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"
],
2025-01-09 08:28:19 +01:00
"spr":"s_node_blend",
2025-01-09 05:28:30 +01:00
"baseNode":"Node_Blend",
"io":[
"surface",
"surface"
],
"build":"Node_create_Blend",
"name":"Blend"
}