ladybird/Userland/Libraries/LibWeb/HTML/CanvasGradient.idl

6 lines
137 B
Text
Raw Normal View History

[Exposed=(Window,Worker)]
interface CanvasGradient {
// opaque object
undefined addColorStop(double offset, DOMString color);
};