significantly improved and more accurate vectorscope

This commit is contained in:
Boof2015
2026-08-16 20:52:50 -04:00
parent 3e95cbfc28
commit 04f254512c
21 changed files with 682 additions and 335 deletions
+2
View File
@@ -77,6 +77,7 @@ export interface ThemeOscilloscopeTokens {
export interface ThemeVectorscopeTokens {
background?: string
trace?: string
phaseRisk?: string
bandLow?: string
bandMid?: string
bandHigh?: string
@@ -268,6 +269,7 @@ export interface ResolvedOscilloscopeTheme {
export interface ResolvedVectorscopeTheme {
trace: string
phaseRisk: string
guides: string
guidesSecondary: string
labels: string