Changes AutomationPattern to use nodes instead of raw float values (#5712)

This commit is contained in:
IanCaio
2021-02-28 06:48:15 -03:00
committed by GitHub
parent 05de59c085
commit e880e3cb2a
16 changed files with 1346 additions and 1282 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

View File

@@ -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);

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

View File

@@ -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;