# `GSColorSpaceChangeMethod`

*Enumeration*

## Declaration

```swift
enum GSColorSpaceChangeMethod
```

```objc
enum GSColorSpaceChangeMethod : NSUInteger;
```

```python
GSColorSpaceChangeMethod
```

## Topics

### Enumeration Cases

- [`GSColorSpaceChangeMethod.GSColorSpaceChangeMethodAssign`](/Core/GlyphsCore/GSColorSpaceChangeMethod/GSColorSpaceChangeMethodAssign) — Changes the color space by reinterpreting the component values under the new color space.
- [`GSColorSpaceChangeMethod.GSColorSpaceChangeMethodConvert`](/Core/GlyphsCore/GSColorSpaceChangeMethod/GSColorSpaceChangeMethodConvert) — Changes the color space by updating the component values to maintain their appearance as close as possible under the new color space.

