AdvancedThe owning CanvasRenderer.
Current canvas blend mode.
True when external blend mode control is in use.
Optional projection transform for render targets.
Active 2D context for rendering (root or render target).
Resolution of the active context.
ReadonlyblendMap of Pixi blend modes to canvas composite operations.
Root 2D context tied to the renderer's canvas.
The image smoothing property to toggle for this browser.
Clears the current render target, optionally filling with a color.
OptionalclearColor: string | number | number[]Color to fill after clearing.
Optionalalpha: numberAlpha override for the clear color.
Releases context references.
Initializes the root context and smoothing flag selection.
Sets the current transform on the active context.
Transform to apply.
OptionalroundPixels: booleanWhether to round translation to integers.
OptionallocalResolution: numberOptional local resolution multiplier.
OptionalskipGlobalTransform: booleanIf true, skip applying the global world transform matrix.
Canvas 2D context system for the CanvasRenderer.