18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name" : "Blend",
|
|
"description" : "Blend two images or image layers with various blend modes.",
|
|
"group" : "colorize",
|
|
"preview" : "preview/project.json",
|
|
"passes" :
|
|
[
|
|
{
|
|
"material" : "materials/effects/blend.json"
|
|
}
|
|
],
|
|
"dependencies" :
|
|
[
|
|
"materials/effects/blend.json",
|
|
"shaders/effects/blend.frag",
|
|
"shaders/effects/blend.vert"
|
|
]
|
|
} |