Instance Property
colorValue
If the property stores a color, this returns a NSColor object
Declaration
var colorValue: NSColor { get set }Declaration
@property (nonatomic, strong) NSColor * colorValue;Declaration
colorValue() -> NSColor
setColorValue_(colorValue: NSColor)Return Value
A NSColor object
Discussion
It converts a comma separated list of strings into a color. e. g. 0.25,0.65,0.2 will be green