Search Results for

    Show / Hide Table of Contents

    Class GaussianBlurTransform

    Applies a Gaussian blur to an image.

    Inheritance
    System.Object
    PixelTransformInternalBase
    GaussianBlurTransform
    Implements
    IPixelTransform
    IPixelSource
    Inherited Members
    PixelTransformInternalBase.CopyPixels(Rectangle, Int32, Span<Byte>)
    PixelTransformInternalBase.IPixelTransform.Init(IPixelSource)
    PixelTransformInternalBase.Format
    PixelTransformInternalBase.Width
    PixelTransformInternalBase.Height
    Namespace: PhotoSauce.MagicScaler.Transforms
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class GaussianBlurTransform : PixelTransformInternalBase, IPixelTransform, IPixelSource

    Constructors

    GaussianBlurTransform(Double)

    Constructs a new GaussianBlurTransform with the specified radius.

    Declaration
    public GaussianBlurTransform(double radius)
    Parameters
    Type Name Description
    System.Double radius

    The blur radius (sigma value).

    Implements

    IPixelTransform
    IPixelSource
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX