Artwork
An object that represents artwork.
Declaration
object ArtworkProperties
| Name | Type | Description |
|---|---|---|
bgColor | string | The average background color of the image. |
height Required | number | The maximum height available for the image. |
width Required | number | The maximum width available for the image. |
textColor1 | string | The primary text color used if the background color gets displayed. |
textColor2 | string | The secondary text color used if the background color gets displayed. |
textColor3 | string | The tertiary text color used if the background color gets displayed. |
textColor4 | string | The final post-tertiary text color used if the background color gets displayed. |
url Required | string | The URL to request the image asset. |