PIXI.filters.TiltShiftAxisFilter

private class TiltShiftAxisFilter extends PIXI.Filter

A TiltShiftAxisFilter.

Summary


Properties from TiltShiftAxisFilter

number
blur

The strength of the blur.

PIXI.Point
end

The X value to end the effect at.

number
gradientBlur

The strength of the gradient blur.

PIXI.Point
start

The X value to start the effect at.

Methods from TiltShiftAxisFilter

Properties inherited from Filter

boolean
autoFit = true
PIXI.BLEND_MODES
blendMode = PIXI.BLEND_MODES.NORMAL
boolean
enabled

If enabled is true the filter is applied, if false it will not.

boolean
legacy
PIXI.MSAA_QUALITY
multisample

The samples of the filter.

number
padding
number
resolution
PIXI.State
state

The WebGL state the filter requires to render.

Properties inherited from Shader

PIXI.Program
program

Program that the shader uses.

Dict<any>
uniforms

Methods inherited from Filter

void
apply(filterManager: PIXI.FilterSystem, input: PIXI.RenderTexture, output: PIXI.RenderTexture, clearMode: PIXI.CLEAR_MODES, _currentState: object)

Public Properties


blur TiltShiftAxisFilter.ts:43
blur: number

The strength of the blur.

end TiltShiftAxisFilter.ts:87
end: PIXI.Point

The X value to end the effect at.

gradientBlur TiltShiftAxisFilter.ts:57
gradientBlur: number

The strength of the gradient blur.

start TiltShiftAxisFilter.ts:71
start: PIXI.Point

The X value to start the effect at.

Protected Methods


updateDelta TiltShiftAxisFilter.ts:32
protected updateDelta() → {void}

Updates the filter delta values. This is overridden in the X and Y filters, does nothing for this class.

Returns:
Type Description
void

Powered by webdoc!