Inherits from NSObject

Overview

Implementation of the Custom Property object.

It stores a name/value pair

Instance Methods

colorValue

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

- (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

saveValue

replaces single quotes with tick marks and removes all none ascii chars.

- (NSString *)saveValue