Additional shaders
This commit is contained in:
15
shaders/solid-color/shader.json
Normal file
15
shaders/solid-color/shader.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "solid-color",
|
||||
"name": "Solid Color",
|
||||
"description": "Fills the frame with a single user-selected color.",
|
||||
"category": "Color",
|
||||
"entryPoint": "shadeVideo",
|
||||
"parameters": [
|
||||
{
|
||||
"id": "fillColor",
|
||||
"label": "Fill",
|
||||
"type": "color",
|
||||
"default": [1.0, 1.0, 1.0, 1.0]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user