@@ -32,7 +32,7 @@ QtObject {
32
32
readonly property real maximumFontScaling: 2.50
33
33
34
34
readonly property real minBurnInFadeTime: 160
35
- readonly property real maxBurnInFadeTime: 160000
35
+ readonly property real maxBurnInFadeTime: 1600
36
36
37
37
property bool isMacOS: Qt .platform .os === " osx"
38
38
@@ -71,6 +71,7 @@ QtObject {
71
71
72
72
property string _backgroundColor: " #000000"
73
73
property string _fontColor: " #ff8100"
74
+ property string _frameColor: " #ffffff"
74
75
property string saturatedColor: Utils .mix (Utils .strToColor (" #FFFFFF" ),
75
76
Utils .strToColor (_fontColor),
76
77
saturationColor * 0.5 )
@@ -81,6 +82,7 @@ QtObject {
81
82
_backgroundColor),
82
83
Utils .strToColor (saturatedColor),
83
84
0.7 + (contrast * 0.3 ))
85
+ property color frameColor: Utils .strToColor (_frameColor)
84
86
85
87
property real staticNoise: 0.12
86
88
property real screenCurvature: 0.3
@@ -90,6 +92,7 @@ QtObject {
90
92
91
93
property real chromaColor: 0.25
92
94
property real saturationColor: 0.25
95
+ property real frameGloss: 0
93
96
94
97
property real jitter: 0.2
95
98
@@ -251,11 +254,13 @@ QtObject {
251
254
var settings = {
252
255
" backgroundColor" : _backgroundColor,
253
256
" fontColor" : _fontColor,
257
+ " frameColor" : _frameColor,
254
258
" flickering" : flickering,
255
259
" horizontalSync" : horizontalSync,
256
260
" staticNoise" : staticNoise,
257
261
" chromaColor" : chromaColor,
258
262
" saturationColor" : saturationColor,
263
+ " frameGloss" : frameGloss,
259
264
" screenCurvature" : screenCurvature,
260
265
" glowingLine" : glowingLine,
261
266
" burnIn" : burnIn,
@@ -345,6 +350,7 @@ QtObject {
345
350
_backgroundColor = settings .backgroundColor
346
351
!== undefined ? settings .backgroundColor : _backgroundColor
347
352
_fontColor = settings .fontColor !== undefined ? settings .fontColor : _fontColor
353
+ _frameColor = settings .frameColor !== undefined ? settings .frameColor : _frameColor
348
354
349
355
horizontalSync = settings .horizontalSync
350
356
!== undefined ? settings .horizontalSync : horizontalSync
@@ -353,6 +359,7 @@ QtObject {
353
359
chromaColor = settings .chromaColor !== undefined ? settings .chromaColor : chromaColor
354
360
saturationColor = settings .saturationColor
355
361
!== undefined ? settings .saturationColor : saturationColor
362
+ frameGloss = settings .frameGloss !== undefined ? settings .frameGloss : frameGloss
356
363
screenCurvature = settings .screenCurvature
357
364
!== undefined ? settings .screenCurvature : screenCurvature
358
365
glowingLine = settings .glowingLine !== undefined ? settings .glowingLine : glowingLine
@@ -459,6 +466,8 @@ QtObject {
459
466
"rbgShift": 0,
460
467
"saturationColor": 0.2483,
461
468
"screenCurvature": 0.3,
469
+ "frameColor": "#ffffff",
470
+ "frameGloss": 0,
462
471
"staticNoise": 0.1198,
463
472
"windowOpacity": 1,
464
473
"margin": 0.5,
@@ -488,6 +497,8 @@ QtObject {
488
497
"rbgShift": 0,
489
498
"saturationColor": 0.0,
490
499
"screenCurvature": 0.3,
500
+ "frameColor": "#ffffff",
501
+ "frameGloss": 0,
491
502
"staticNoise": 0.1198,
492
503
"windowOpacity": 1,
493
504
"margin": 0.5,
@@ -517,6 +528,8 @@ QtObject {
517
528
"rbgShift": 0,
518
529
"saturationColor": 0.5,
519
530
"screenCurvature": 0.3,
531
+ "frameColor": "#ffffff",
532
+ "frameGloss": 0,
520
533
"staticNoise": 0.15,
521
534
"windowOpacity": 1,
522
535
"margin": 0.5,
@@ -546,6 +559,8 @@ QtObject {
546
559
"rbgShift": 0,
547
560
"saturationColor": 0,
548
561
"screenCurvature": 0,
562
+ "frameColor": "#ffffff",
563
+ "frameGloss": 0,
549
564
"staticNoise": 0.15,
550
565
"windowOpacity": 1,
551
566
"margin": 0.5,
@@ -575,6 +590,8 @@ QtObject {
575
590
"rbgShift": 0,
576
591
"saturationColor": 0,
577
592
"screenCurvature": 0.5,
593
+ "frameColor": "#ffffff",
594
+ "frameGloss": 0,
578
595
"staticNoise": 0.099,
579
596
"windowOpacity": 1,
580
597
"margin": 0.5,
@@ -604,6 +621,8 @@ QtObject {
604
621
"rbgShift": 0.2969,
605
622
"saturationColor": 0,
606
623
"screenCurvature": 0.5,
624
+ "frameColor": "#ffffff",
625
+ "frameGloss": 0,
607
626
"staticNoise": 0.2969,
608
627
"windowOpacity": 1,
609
628
"margin": 0.5,
@@ -613,7 +632,7 @@ QtObject {
613
632
builtin: true
614
633
}
615
634
ListElement {
616
- text: " IBM DOS "
635
+ text: " IBM Dos "
617
636
obj_string: ' {
618
637
"ambientLight": 0.151,
619
638
"backgroundColor": "#000000",
@@ -633,6 +652,8 @@ QtObject {
633
652
"rbgShift": 0.3524,
634
653
"saturationColor": 0,
635
654
"screenCurvature": 0.4,
655
+ "frameColor": "#ffffff",
656
+ "frameGloss": 0,
636
657
"staticNoise": 0.0503,
637
658
"windowOpacity": 1,
638
659
"margin": 0.5,
@@ -662,6 +683,8 @@ QtObject {
662
683
"rbgShift": 0,
663
684
"saturationColor": 0,
664
685
"screenCurvature": 0.2,
686
+ "frameColor": "#ffffff",
687
+ "frameGloss": 0,
665
688
"staticNoise": 0,
666
689
"windowOpacity": 1,
667
690
"margin": 0.5,
@@ -691,6 +714,8 @@ QtObject {
691
714
"rbgShift": 0,
692
715
"saturationColor": 0.4983,
693
716
"screenCurvature": 0,
717
+ "frameColor": "#ffffff",
718
+ "frameGloss": 0,
694
719
"staticNoise": 0.0955,
695
720
"windowOpacity": 0.7,
696
721
"margin": 0.1,
0 commit comments