Files
video-shader-toys/shaders/solid-color/shader.json
Aiden a0cc86f189
All checks were successful
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Successful in 2m20s
CI / Windows Release Package (push) Successful in 2m28s
description updates
2026-05-08 18:11:26 +10:00

22 lines
437 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,
1,
1,
1
],
"description": "Frame fill color; alpha is preserved for key-capable outputs."
}
]
}