API Docs for: 2.0.0
Show:

GrayFilter Class

This greyscales the palette of your Display Objects.

Constructor

GrayFilter

()

Methods

syncUniforms

()

Syncs the uniforms between the class object and the shaders.

Properties

fragmentSrc

Array private

gray

Number

The strength of the gray. 1 will make the object black and white, 0 will make the object its normal color.

padding

Number

passes

Array an array of filter objects private

An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion. For example the blur filter has two passes blurX and blurY.

shaders

Array an array of shaders private

uniforms

Object private