Search Results for

    Show / Hide Table of Contents

    Class FilterMode

    A filter mode.

    Inheritance
    System.Object
    FilterMode
    Namespace: FM.LiveSwitch.Yuv
    Assembly: FM.LiveSwitch.Yuv.dll
    Syntax
    public class FilterMode : object

    Properties

    Bilinear

    Gets the value indicating bilinear. This is faster than box, but produces lower quality.

    Declaration
    public static int Bilinear { get; }
    Property Value
    Type Description
    System.Int32

    Box

    Gets the value indicating box. This is the slowest option, but produces the highest quality.

    Declaration
    public static int Box { get; }
    Property Value
    Type Description
    System.Int32

    Linear

    Gets the value indicating linear (horizontal only). This is faster than bilinear, but produces lower quality.

    Declaration
    public static int Linear { get; }
    Property Value
    Type Description
    System.Int32

    None

    Gets the value indicating no filter (point sample). This is the fastest option, but produces the lowest quality.

    Declaration
    public static int None { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0