mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed bg and font opacity to full color setting
This commit is contained in:
parent
39def19a10
commit
1b8806ce3f
2 changed files with 28 additions and 14 deletions
|
|
@ -73,8 +73,18 @@
|
|||
"enabled": true,
|
||||
"options": {
|
||||
"font_size": 42,
|
||||
"opacity": 1.0,
|
||||
"bg_opacity": 0.5,
|
||||
"font_color": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
255
|
||||
],
|
||||
"bg_color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
127
|
||||
],
|
||||
"x_offset": 5,
|
||||
"y_offset": 5,
|
||||
"bg_padding": 5
|
||||
|
|
|
|||
|
|
@ -301,20 +301,24 @@
|
|||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"key": "opacity",
|
||||
"label": "Font opacity",
|
||||
"decimal": 2,
|
||||
"maximum": 1,
|
||||
"minimum": 0
|
||||
"type": "schema_template",
|
||||
"name": "template_rgba_color",
|
||||
"template_data": [
|
||||
{
|
||||
"label": "Font Color",
|
||||
"name": "font_color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"key": "bg_opacity",
|
||||
"label": "Background opacity",
|
||||
"decimal": 2,
|
||||
"maximum": 1,
|
||||
"minimum": 0
|
||||
"type": "schema_template",
|
||||
"name": "template_rgba_color",
|
||||
"template_data": [
|
||||
{
|
||||
"label": "Background Color",
|
||||
"name": "bg_color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue