50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"id": "white-balance-correction",
|
|
"name": "White Balance Correction",
|
|
"description": "Operator-friendly tint, color balance, and exposure correction intended to pair with the white match probe.",
|
|
"category": "Color",
|
|
"entryPoint": "shadeVideo",
|
|
"parameters": [
|
|
{
|
|
"id": "warmCool",
|
|
"label": "Warm / Cool",
|
|
"type": "float",
|
|
"default": 0.0,
|
|
"min": -1.0,
|
|
"max": 1.0,
|
|
"step": 0.001,
|
|
"description": "Moves the image cooler at negative values and warmer at positive values."
|
|
},
|
|
{
|
|
"id": "greenMagenta",
|
|
"label": "Green / Magenta",
|
|
"type": "float",
|
|
"default": 0.0,
|
|
"min": -1.0,
|
|
"max": 1.0,
|
|
"step": 0.001,
|
|
"description": "Moves the image toward magenta at negative values and toward green at positive values."
|
|
},
|
|
{
|
|
"id": "exposure",
|
|
"label": "Exposure",
|
|
"type": "float",
|
|
"default": 0.0,
|
|
"min": -4.0,
|
|
"max": 4.0,
|
|
"step": 0.01,
|
|
"description": "Exposure offset in stop units, using a Blender-style 2^exposure brightness scale."
|
|
},
|
|
{
|
|
"id": "strength",
|
|
"label": "Strength",
|
|
"type": "float",
|
|
"default": 1.0,
|
|
"min": 0.0,
|
|
"max": 1.0,
|
|
"step": 0.01,
|
|
"description": "Blends the correction with the original image."
|
|
}
|
|
]
|
|
}
|