# `GSLayerAttribute.GSLayerAttributeColorPalette`

*Type Property*

Either the NSString `@"*"` for the text color or an object responding to `-integerValue` with the palette color index.

## Declaration

```swift
static let colorPalette: GSLayerAttribute
```

```objc
extern GSLayerAttribute const GSLayerAttributeColorPalette;
```

```python
GSLayerAttributeColorPalette: GSLayerAttribute
```

