Liking cljdoc? Tell your friends :D

web.canvas.CanvasGradient

The CanvasGradient interface represents an opaque object describing gradient. It is returned by the methods CanvasRenderingContext2D.createLinearGradient() CanvasRenderingContext2D.createRadialGradient().

The CanvasGradient interface represents an opaque object describing
gradient. It is returned by the methods `CanvasRenderingContext2D.createLinearGradient()`
`CanvasRenderingContext2D.createRadialGradient()`.
raw docstring

web.canvas.CanvasPattern

The CanvasPattern interface represents an opaque object describing pattern, based on an image, a canvas, or a video, created by CanvasRenderingContext2D.createPattern() method.

The CanvasPattern interface represents an opaque object describing
pattern, based on an image, a canvas, or a video, created by
`CanvasRenderingContext2D.createPattern()` method.
raw docstring

web.canvas.CanvasRenderingContext2D

The CanvasRenderingContext2D interface, part of the Canvas API, the 2D rendering context for the drawing surface of a <canvas> It is used for drawing shapes, text, images, and other objects.

The CanvasRenderingContext2D interface, part of the Canvas API,
the 2D rendering context for the drawing surface of a `<canvas>`
It is used for drawing shapes, text, images, and other objects.
raw docstring

web.canvas.core

web.canvas interfaces.

web.canvas interfaces.
raw docstring

No vars found in this namespace.

web.canvas.HTMLCanvasElement

The HTMLCanvasElement interface provides properties and methods manipulating the layout and presentation of <canvas> elements. HTMLCanvasElement interface also inherits the properties and of the web.dom.HTMLElement interface.

The HTMLCanvasElement interface provides properties and methods
manipulating the layout and presentation of `<canvas>` elements.
HTMLCanvasElement interface also inherits the properties and
of the `web.dom.HTMLElement` interface.
raw docstring

web.canvas.ImageBitmap

The ImageBitmap interface represents a bitmap image which can drawn to a <canvas> without undue latency. It can be created a variety of source objects using the createImageBitmap() factory ImageBitmap provides an asynchronous and resource efficient pathway prepare textures for rendering in WebGL.

The ImageBitmap interface represents a bitmap image which can
drawn to a `<canvas>` without undue latency. It can be created
a variety of source objects using the `createImageBitmap()` factory
ImageBitmap provides an asynchronous and resource efficient pathway
prepare textures for rendering in WebGL.
raw docstring

web.canvas.ImageBitmapRenderingContext

The ImageBitmapRenderingContext interface is a canvas rendering that provides the functionality to replace the canvas's contents the given web.canvas.ImageBitmap. Its context id (the first to HTMLCanvasElement.getContext() or OffscreenCanvas.getContext()) "bitmaprenderer".

The ImageBitmapRenderingContext interface is a canvas rendering
that provides the functionality to replace the canvas's contents
the given `web.canvas.ImageBitmap`. Its context id (the first
to `HTMLCanvasElement.getContext()` or `OffscreenCanvas.getContext()`)
\"bitmaprenderer\".
raw docstring

web.canvas.ImageData

The ImageData interface represents the underlying pixel data an area of a <canvas> element. It is created using the ImageData() or creator methods on the web.canvas.CanvasRenderingContext2D associated with a canvas: createImageData() and getImageData(). can also be used to set a part of the canvas by using putImageData().

The ImageData interface represents the underlying pixel data
an area of a `<canvas>` element. It is created using the `ImageData()`
or creator methods on the `web.canvas.CanvasRenderingContext2D`
associated with a canvas: `createImageData()` and `getImageData()`.
can also be used to set a part of the canvas by using `putImageData()`.
raw docstring

web.canvas.OffscreenCanvas

The OffscreenCanvas interface provides a canvas that can be rendered screen. It is available in both the window and worker contexts.

The OffscreenCanvas interface provides a canvas that can be rendered
screen. It is available in both the window and worker contexts.
raw docstring

web.canvas.Path2D

The Path2D interface of the Canvas 2D API is used to declare path that can then be used on a web.canvas.CanvasRenderingContext2D The path methods of the CanvasRenderingContext2D interface are present on this interface, which gives you the convenience of able to retain and replay your path whenever desired.

The Path2D interface of the Canvas 2D API is used to declare
path that can then be used on a `web.canvas.CanvasRenderingContext2D`
The path methods of the CanvasRenderingContext2D interface are
present on this interface, which gives you the convenience of
able to retain and replay your path whenever desired.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close