RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Class Convolution

    컨볼루션(Convolution) 커널 기반 후처리 이펙트입니다.

    다양한 커널(NORMAL, SHARPEN, BLUR, EDGE, EMBOSE)로 이미지 효과를 줄 수 있습니다.

    const effect = new RedGPU.PostEffect.Convolution(redGPUContext);
    effect.kernel = RedGPU.PostEffect.Convolution.SHARPEN;
    view.postEffectManager.addEffect(effect);

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    BLUR: number[] = BLUR

    BLUR 커널

    EDGE: number[] = EDGE

    EDGE 커널

    EMBOSE: number[] = EMBOSE

    EMBOSE 커널

    NORMAL: number[] = NORMAL

    NORMAL 커널 (기본값)

    SHARPEN: number[] = SHARPEN

    SHARPEN 커널

    Accessors

    Methods