Contents

Artwork

An object that represents artwork.

Declaration

object Artwork

Properties

NameTypeDescription
bgColorstring

The average background color of the image.

height Requirednumber

The maximum height available for the image.

width Requirednumber

The maximum width available for the image.

textColor1string

The primary text color used if the background color gets displayed.

textColor2string

The secondary text color used if the background color gets displayed.

textColor3string

The tertiary text color used if the background color gets displayed.

textColor4string

The final post-tertiary text color used if the background color gets displayed.

url Requiredstring

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).