mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-18 19:44:16 +02:00
make Spectrum and Spectrogram more frequency accurate and detail preserving
This commit is contained in:
@@ -90,6 +90,8 @@ export interface ThemeSpectrogramTokens {
|
||||
heatLow?: string
|
||||
heatMid?: string
|
||||
heatHigh?: string
|
||||
guides?: string
|
||||
labels?: string
|
||||
}
|
||||
|
||||
export interface ThemeVUMeterTokens {
|
||||
@@ -279,6 +281,8 @@ export interface ResolvedSpectrogramTheme {
|
||||
mono: string
|
||||
background: string
|
||||
heatColors: [string, string, string]
|
||||
guides: string
|
||||
labels: string
|
||||
}
|
||||
|
||||
export interface ResolvedVUMeterTheme {
|
||||
|
||||
Reference in New Issue
Block a user