Properties of the GrayscaleEffect effect

interface GrayscaleEffectProps {
    amount?: number;
}

Hierarchy (view full)

Properties

Properties

amount?: number

Grey scale amount between 0 - 1.

1