# `GSPalettes.GSPalettesAttribute`

*Structure*

Enumeration defining palette attributes.

## Declaration

```swift
struct Attribute
```

```objc
enum GSPalettesAttribute : NSUInteger;
```

```python
GSPalettesAttribute
```

## Topics

### Enumeration Cases

- [`GSPalettesAttribute.GSPalettesAttributeDarkBackground`](/Core/GlyphsCore/GSPalettes/GSPalettesAttribute/GSPalettesAttributeDarkBackground) — Usable with dark background.
- [`GSPalettesAttribute.GSPalettesAttributeLightBackground`](/Core/GlyphsCore/GSPalettes/GSPalettesAttribute/GSPalettesAttributeLightBackground) — Usable with light background.

