---
title: NSColorPanel.Options
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nscolorpanel/options
---

# NSColorPanel.Options

The color modes that are enabled for a color panel.

## Declaration

```swift
struct Options
```

## Topics

### Color Panel Options

- [grayModeMask](appkit/nscolorpanel/options/graymodemask.md)
- [rgbModeMask](appkit/nscolorpanel/options/rgbmodemask.md)
- [cmykModeMask](appkit/nscolorpanel/options/cmykmodemask.md)
- [hsbModeMask](appkit/nscolorpanel/options/hsbmodemask.md)
- [customPaletteModeMask](appkit/nscolorpanel/options/custompalettemodemask.md)
- [colorListModeMask](appkit/nscolorpanel/options/colorlistmodemask.md)
- [wheelModeMask](appkit/nscolorpanel/options/wheelmodemask.md)
- [crayonModeMask](appkit/nscolorpanel/options/crayonmodemask.md)
- [allModesMask](appkit/nscolorpanel/options/allmodesmask.md)

### Initializers

- [init(rawValue:)](appkit/nscolorpanel/options/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Setting color picker modes

- [setPickerMode(_:)](appkit/nscolorpanel/setpickermode(_:).md)
- [mode](appkit/nscolorpanel/mode-swift.property.md)
- [NSColorPanel.Mode](appkit/nscolorpanel/mode-swift.enum.md)
- [setPickerMask(_:)](appkit/nscolorpanel/setpickermask(_:).md)
