Baseline Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since July 2015.
Note: This feature is available in Web Workers.
The CanvasGradient
interface represents an opaque object describing a gradient. It is returned by the methods CanvasRenderingContext2D.createLinearGradient()
, CanvasRenderingContext2D.createConicGradient()
or CanvasRenderingContext2D.createRadialGradient()
.
It can be used as a fillStyle
or strokeStyle
.
As an opaque object, there is no exposed property.
Instance methodsCanvasGradient.addColorStop()
Adds a new stop, defined by an offset
and a color
, to the gradient.
CanvasRenderingContext2D
.<canvas>
element and its associated interface, HTMLCanvasElement
.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3