Linear color fix

This commit is contained in:
barsdeveloper
2022-09-07 22:17:14 +02:00
parent 610d6cfdd2
commit 9d424809c9
15 changed files with 88 additions and 63 deletions

View File

@@ -45,13 +45,13 @@ export default class Configuration {
static nodeRadius = 8 // in pixel
static nodeReflowEventName = "ueb-node-reflow"
static pinColor = {
bool: css`117, 0, 0`, // #750000
default: css`167, 167, 167`, // #a7a7a7
exec: css`167, 167, 167`, // #a7a7a7
name: css`203, 129, 252`, // #cb81fc
real: css`50, 187, 0`, // #32bb00
string: css`213, 0, 176`, // #d500b0
struct: css`3, 76, 168` // #034ca8
"bool": css`117, 0, 0`, // #750000
"default": css`167, 167, 167`, // #a7a7a7
"exec": css`167, 167, 167`, // #a7a7a7
"name": css`203, 129, 252`, // #cb81fc
"real": css`50, 187, 0`, // #32bb00
"string": css`213, 0, 176`, // #d500b0
"/Script/CoreUObject.LinearColor": css`3, 76, 168` // #034ca8
}
static selectAllKeyboardKey = "(bCtrl=True,Key=A)"
static trackingMouseEventName = {