Documentation
    Preparing search index...

    Interface EffectGlowEffectObject

    interface EffectGlowEffectObject {
        clip: number;
        gain: number;
        glowColor: ColorRGB;
        softness: number;
    }
    Index

    Properties

    clip: number

    [ float, min: 0, max: 1 ]

    gain: number

    [ float, min: 0.01, max: 10 ]

    glowColor: ColorRGB
    softness: number

    [ float, min: 0, max: 1 ]