16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"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]
|
|
}
|
|
]
|
|
}
|