postprocessing - v7.0.0-beta.16
    Preparing search index...

    Enumeration KernelSize

    An enumeration of blur kernel sizes.

    Index

    Enumeration Members

    HUGE: 5

    A huge kernel that cannot be replicated with a single Gaussian blur pass.

    LARGE: 3

    A large kernel that matches a 127x127 Gaussian blur kernel.

    MEDIUM: 2

    A medium sized kernel that matches a 63x63 Gaussian blur kernel.

    SMALL: 1

    A small kernel that matches a 25x25 Gaussian blur kernel.

    VERY_LARGE: 4

    A very large kernel that matches a 391x391 Gaussian blur kernel.

    VERY_SMALL: 0

    A very small kernel that matches a 7x7 Gaussian blur kernel.