Grayscale Effect
etro.effect.Grayscale
completely desaturates the target.
tip
This effect is GPU-accelerated (see etro.effect.Shader
).
Usage
const effect = new etro.effect.Grayscale();
Inheritance
etro.effect.Grayscale
inherits from etro.effect.Shader
.