[]
        
(Showing Draft Content)

GradientStop

DsPdfJS API v9.1.0


DsPdfJS API / GradientStop

Type Alias: GradientStop

GradientStop = object

Represents a transition point in a gradient.

Properties

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