---
title: colors
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/cagradientlayer/colors
---

# colors

An array of CGColorRef objects defining the color of each gradient stop. Animatable.

## Declaration

```swift
var colors: [Any]? { get set }
```

## Discussion

Discussion Defaults to nil.

## See Also

### Gradient Style Properties

- [locations](quartzcore/cagradientlayer/locations.md)
- [endPoint](quartzcore/cagradientlayer/endpoint.md)
- [startPoint](quartzcore/cagradientlayer/startpoint.md)
- [type](quartzcore/cagradientlayer/type.md)
