Home Reference Source
import {ColorAverageEffect} from 'postprocessing/src/effects/ColorAverageEffect.js'
public class | source

ColorAverageEffect

Extends:

Effect → ColorAverageEffect

Indirect Implements:

A color average effect.

Constructor Summary

Public Constructor
public

constructor(blendFunction: BlendFunction)

Constructs a new color average effect.

Inherited Summary

From class Effect
public

[key]: *

public

The effect attributes.

public

The blend mode of this effect.

public

Preprocessor macro definitions.

public

WebGL extensions that are required by this effect.

public

The fragment shader.

public

The name of this effect.

public

uniforms: Map<String, Uniform>

Shader uniforms.

public

The vertex shader.

public

Performs a shallow search for properties that define a dispose method and deletes them.

public

initialize(renderer: WebGLRenderer, alpha: Boolean)

Performs initialization tasks.

public

setDepthTexture(depthTexture: Texture, depthPacking: Number)

Sets the depth texture.

public

setSize(width: Number, height: Number)

Updates the size of this effect.

public

update(renderer: WebGLRenderer, inputBuffer: WebGLRenderTarget, delta: Number)

Updates the effect by performing supporting operations.

Public Constructors

public constructor(blendFunction: BlendFunction) source

Constructs a new color average effect.

Override:

Effect#constructor

Params:

NameTypeAttributeDescription
blendFunction BlendFunction
  • optional
  • default: BlendFunction.NORMAL

The blend function of this effect.