Package | Description |
---|---|
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
JsCanvasGradient |
JsCanvasRenderingContext2D.createLinearGradient(float x0,
float y0,
float x1,
float y1) |
JsCanvasGradient |
JsCanvasRenderingContext2D.createRadialGradient(float x0,
float y0,
float r0,
float x1,
float y1,
float r1) |
Copyright © 2018. All rights reserved.