# `GSPalettes removeColorsAtIndexes:`

*Instance Method*

Removes the colors at the specified indexes.

## Declaration

```swift
func removeColors(at colorIndexes: IndexSet)
```

```objc
- (void) removeColorsAtIndexes:(NSIndexSet *) colorIndexes;
```

```python
removeColorsAtIndexes_(colorIndexes: NSIndexSet)
```

## Parameters

- `colorIndexes` — The indexes of the colors to remove.

