---
title: color
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnlight/color
---

# color

The color of the light. Animatable.

## Declaration

```swift
var color: Any { get set }
```

## Discussion

Discussion The value of this property is an NSColor or CGColor object. The default color is white. You can animate changes to this property’s value. See Animating SceneKit Content.

## See Also

### Modifying a Light’s Appearance

- [type](scenekit/scnlight/type.md)
- [SCNLight.LightType](scenekit/scnlight/lighttype.md)
- [temperature](scenekit/scnlight/temperature.md)
- [intensity](scenekit/scnlight/intensity.md)
- [sphericalHarmonicsCoefficients](scenekit/scnlight/sphericalharmonicscoefficients.md)
