# GradientStop

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / GradientStop

# Type Alias: GradientStop

> **GradientStop** = `object`

Represents a transition point in a gradient.

## Properties

### color

> **color**: [`Color`](Color)

The color of this gradient stop.

***

### offset

> **offset**: `number`

The location of this stop within the gradient vector. Valid values are from 0 (vector's start) to 1 (vector's end).
