Represents a decoded version of the abstract fillStyle type, used in Context2D.
fillStyle
type decoded = | String(string) | CanvasGradient(WebAPI.CanvasAPI.canvasGradient) | CanvasPattern(WebAPI.CanvasAPI.canvasPattern)
let decode: WebAPI.DOMAPI.fillStyle => decoded
let fromCanvasGradient: WebAPI.CanvasAPI.canvasGradient => WebAPI.DOMAPI.fillStyle
let fromCanvasPattern: WebAPI.CanvasAPI.canvasGradient => WebAPI.DOMAPI.fillStyle
let fromString: string => WebAPI.DOMAPI.fillStyle