# CanvasGradient **CanvasGradient** provides a gradient object. ## addColorStop addColorStop\(offset: number, color: string\): void Adds a color stop for the** CanvasGradient** object based on the specified offset and gradient color. - Parameter
Proportion of the distance between the color stop and the start point to the total length. The value ranges from 0 to 1. |
||