mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed position of overscan color
This commit is contained in:
parent
be02d15822
commit
8b7326e9ec
2 changed files with 12 additions and 12 deletions
|
|
@ -56,14 +56,14 @@
|
|||
]
|
||||
},
|
||||
"overscan_crop": "",
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"overscan_color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
255
|
||||
],
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"bg_color": [
|
||||
0,
|
||||
0,
|
||||
|
|
|
|||
|
|
@ -182,6 +182,16 @@
|
|||
"key": "overscan_crop",
|
||||
"label": "Overscan crop"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Overscan color is used when input aspect ratio is not same as output aspect ratio."
|
||||
},
|
||||
{
|
||||
"type": "color",
|
||||
"label": "Overscan color",
|
||||
"key": "overscan_color",
|
||||
"use_alpha": false
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Width and Height must be both set to higher value than 0 else source resolution is used."
|
||||
|
|
@ -202,16 +212,6 @@
|
|||
"minimum": 0,
|
||||
"maximum": 100000
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Overscan color is used only when output aspect pixel ratio is not same as input ratio."
|
||||
},
|
||||
{
|
||||
"type": "color",
|
||||
"label": "Overscan color",
|
||||
"key": "overscan_color",
|
||||
"use_alpha": false
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Background color is used only when input have transparency and Alpha is higher than 0."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue