Search Results for

    Show / Hide Table of Contents

    Interface IPixelTransform

    Provides a mechanism for defining a filter that transforms image pixels.

    Inherited Members
    IPixelSource.CopyPixels(Rectangle, Int32, Span<Byte>)
    IPixelSource.Format
    IPixelSource.Width
    IPixelSource.Height
    Namespace: PhotoSauce.MagicScaler.Transforms
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public interface IPixelTransform : IPixelSource

    Methods

    Init(IPixelSource)

    Called once, before any pixels are passed through the filter. The source defines the input to the filter.

    Declaration
    void Init(IPixelSource source)
    Parameters
    Type Name Description
    IPixelSource source

    The IPixelSource that provides input to the filter.

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