Inherits from NSObject
Conforms to GSIdentifiableParameter
Declared in GSCustomParameter.h

Overview

Implementation of the Custom Property object.

It stores a name/value pair

Properties

colorValue

If the property stores a color, this returns a NSColor object

@property (nonatomic, strong) NSColor *colorValue

Return Value

a NSColor object

Discussion

It converts a comma separated list of strings into a color. e. g. 63,165,53 will be green

Instance Methods

saveValue

Replaces single quotes with tick marks and removes all non-ASCII characters.

- (NSString *)saveValue