-
Notifications
You must be signed in to change notification settings - Fork 1
/
MeterStyles.inc
88 lines (77 loc) · 3.21 KB
/
MeterStyles.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[StyleSmallerText]
FontColor=#PrimaryColor#
FontFace=#MonoFont#
FontSize=10
StringStyle=Bold
SolidColor=0,0,0,1
AntiAlias=1
[StyleSmallText]
FontColor=#PrimaryColor#
FontFace=#MonoFont#
FontSize=12
StringStyle=Bold
SolidColor=0,0,0,1
AntiAlias=1
[StyleSmallTextNonData]
FontSize=11
FontFace=#PrimaryFont#
FontColor=#PrimaryColor#
SolidColor=0,0,0,1
AntiAlias=1
[StyleMediumText]
FontSize=16
FontFace=#MonoFont#
FontColor=#PrimaryColor#
StringStyle=Bold
SolidColor=0,0,0,1
AntiAlias=1
[StyleMediumTextNonData]
FontSize=16
FontFace=#PrimaryFont#
FontColor=#PrimaryColor#
SolidColor=0,0,0,1
AntiAlias=1
[StyleLargeText]
FontSize=30
FontFace=#SecondaryFont#
FontColor=#PrimaryColor#
StringStyle=Bold
SolidColor=0,0,0,1
AntiAlias=1
[MeterStyleGraph]
W=(#SkinWidth#-10)
H=#HistogramHeight#
X=#SkinPadding#
AntiAlias=1
[MeterStyleLine]
LineWidth=#LineGraphWidth#
[MeterStyleVisualizerBar]
W=#FFTWidth#
H=#FFTHeight#
X=0R
Y=0r
BarColor=#PrimaryColor#
SolidColor=#VisualizerBkg#
BarOrientation=Vertical
[MeterStyleRMSBar]
X=5R
Y=0r
Shape=Rectangle 0,0,#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend HiColor
Shape2=Rectangle 0,(1*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend HiColor
Shape3=Rectangle 0,(2*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend HiColor
Shape4=Rectangle 0,(3*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend MidColor
Shape5=Rectangle 0,(4*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend MidColor
Shape6=Rectangle 0,(5*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend MidColor
Shape7=Rectangle 0,(6*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend MidColor
Shape8=Rectangle 0,(7*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend MidColor
Shape9=Rectangle 0,(8*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape10=Rectangle 0,(9*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape11=Rectangle 0,(10*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape12=Rectangle 0,(11*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape13=Rectangle 0,(12*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape14=Rectangle 0,(13*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
Shape15=Rectangle 0,(14*(#VisualizerCellHeightPadded#)),#VisualizerWidth#,#VisualizerCellHeight#,#VisualizerCellRadius# | Extend LoColor
LoColor=Fill Color #LowColor# | StrokeWidth 0
MidColor=Fill Color #MidColor# | StrokeWidth 0
HiColor=Fill Color #HighColor# | StrokeWidth 0
DynamicVariables=1