- createLinearGradient
auto createLinearGradient(double x0, double y0, double x1, double y1)
Undocumented in source. Be warned that the author may not have intended to support it.
- createPattern
auto createPattern(CanvasImageSource image, string repetition)
Undocumented in source. Be warned that the author may not have intended to support it.
- createRadialGradient
auto createRadialGradient(double x0, double y0, double r0, double x1, double y1, double r1)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillStyle
void fillStyle(SumType!(string, CanvasGradient, CanvasPattern) fillStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillStyle
auto fillStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeStyle
void strokeStyle(SumType!(string, CanvasGradient, CanvasPattern) strokeStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeStyle
auto strokeStyle()
Undocumented in source. Be warned that the author may not have intended to support it.