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>
16 lines
239 B
Objective-C
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
|