# `GSPalettes transferableRepresentation`

*Instance Method*

Returns the same structure as `-propertyListValueFormat:` with the current format, but colors are represented as `GSPaletteColor` objects.

## Declaration

```swift
func transferableRepresentation() -> Any
```

```objc
- (id) transferableRepresentation;
```

```python
transferableRepresentation() -> object
```

