Changes AutomationPattern to use nodes instead of raw float values (#5712)
This commit is contained in:
BIN
data/themes/classic/edit_draw_outvalue.png
Normal file
BIN
data/themes/classic/edit_draw_outvalue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 832 B |
@@ -20,7 +20,8 @@ AutomationEditor {
|
||||
background-color: rgb(0, 0, 0);
|
||||
color: #e0e0e0;
|
||||
qproperty-backgroundShade: rgba(255, 255, 255, 15);
|
||||
qproperty-vertexColor: #ff77af;
|
||||
qproperty-nodeInValueColor: rgba(255, 119, 175, 150);
|
||||
qproperty-nodeOutValueColor: rgba(129, 231, 181, 150);
|
||||
qproperty-crossColor: rgb( 255, 51, 51 );
|
||||
/* Grid colors */
|
||||
qproperty-lineColor: rgba(128, 128, 128, 80);
|
||||
|
||||
BIN
data/themes/default/edit_draw_outvalue.png
Normal file
BIN
data/themes/default/edit_draw_outvalue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 763 B |
@@ -55,7 +55,8 @@ AutomationEditor {
|
||||
color: #ffffff;
|
||||
background-color: #141616;
|
||||
qproperty-backgroundShade: rgba(255, 255, 255, 15);
|
||||
qproperty-vertexColor: #6749C2;
|
||||
qproperty-nodeInValueColor: rgba(103, 73, 194, 150);
|
||||
qproperty-nodeOutValueColor: rgba(125, 40, 40, 150);
|
||||
qproperty-crossColor: rgba(215, 210, 254, 150);
|
||||
/* Grid colors */
|
||||
qproperty-lineColor: #292929;
|
||||
|
||||
Reference in New Issue
Block a user