# `GSGlyph replaceLayersWithInterpolation:`

*Instance Method*

> **Deprecated**

## Declaration

```swift
func replaceLayers(withInterpolation layers: [GSLayer])
```

```objc
- (void) replaceLayersWithInterpolation:(NSArray<GSLayer *> *) layers;
```

```python
replaceLayersWithInterpolation_(layers: list[GSLayer])
```

