---
title: Artwork
framework: applemusicapi
role: symbol
role_heading: Object
path: applemusicapi/artwork
---

# Artwork

An object that represents artwork.

## Declaration

```data
object Artwork
```

## Properties

bgColor: The average background color of the image. height: The maximum height available for the image. width: The maximum width available for the image. textColor1: The primary text color used if the background color gets displayed. textColor2: The secondary text color used if the background color gets displayed. textColor3: The tertiary text color used if the background color gets displayed. textColor4: The final post-tertiary text color used if the background color gets displayed. url: The URL to request the image asset. {w}x{h}must precede image filename, as placeholders for the width and height values as described above. For example, {w}x{h}bb.jpeg).
