# `GSCustomParameter.colorValue`

*Instance Property*

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

## Declaration

```swift
var colorValue: NSColor { get set }
```

```objc
@property (nonatomic, strong) NSColor * colorValue;
```

```python
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

