mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-19 03:54:23 +02:00
significantly improved and more accurate vectorscope
This commit is contained in:
@@ -16,12 +16,14 @@ export function vectorscopeSettingsToOptions(
|
||||
gridMajorColor: theme.guides,
|
||||
gridMinorColor: theme.guidesSecondary,
|
||||
labelColor: theme.labels,
|
||||
phaseRiskColor: theme.phaseRisk,
|
||||
bandColors: {
|
||||
low: theme.bandLow,
|
||||
mid: theme.bandMid,
|
||||
high: theme.bandHigh,
|
||||
},
|
||||
mode: settings.mode,
|
||||
zoomDb: settings.zoomDb,
|
||||
multiband: settings.multiband,
|
||||
showGrid: settings.showGrid,
|
||||
persistence: settings.persistence,
|
||||
|
||||
Reference in New Issue
Block a user