---
title: isContinuous
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorpanel/iscontinuous
---

# isContinuous

A Boolean value indicating whether the receiver continuously sends the action message to the target.

## Declaration

```swift
var isContinuous: Bool { get set }
```

## See Also

### Configuring the color panel

- [accessoryView](appkit/nscolorpanel/accessoryview.md)
- [setAction(_:)](appkit/nscolorpanel/setaction(_:).md)
- [setTarget(_:)](appkit/nscolorpanel/settarget(_:).md)
- [showsAlpha](appkit/nscolorpanel/showsalpha.md)
