Cog/Preferences/Preferences/ColorToValueTransformer.h
Christopher Snowhill 4035ca861f Spectrum Visualizer: Add customization options
Add options to the Appearance preferences page to allow changing the
spectrum's projection between a 2D-like one and 3D perspective, and add
options to change the bar and peak dot colors.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-05-22 15:26:27 -07:00

16 lines
239 B
Objective-C

//
// ColorToValueTransformer.h
// Preferences
//
// Created by Christopher Snowhill on 5/22/22.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface ColorToValueTransformer : NSValueTransformer
@end
NS_ASSUME_NONNULL_END