---
title: Artwork.Gradient
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/artwork/gradient-data.dictionary
---

# Artwork.Gradient

An object that represents the properties of a color gradient for an artwork object.

## Declaration

```data
object Artwork.Gradient
```

## Properties

color: An ‘rrggbb’ field that defines the color of the gradient. The textColor* fields are not used to define the gradient color when this field is present. y1: A height between 0 and 1 that indicates where the gradient starts, measured from the bottom. If y1 is not present, it defaults to 0. y2: A height between 0 and 1 that indicates where the gradient stops, measured from the bottom of the image.
