Search Results for

    Show / Hide Table of Contents

    Class CameraRawDecoderOptions

    Camera RAW decoder options.

    Inheritance
    System.Object
    CameraRawDecoderOptions
    Implements
    IDecoderOptions
    System.IEquatable<CameraRawDecoderOptions>
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class CameraRawDecoderOptions : ValueType, IDecoderOptions

    Constructors

    CameraRawDecoderOptions(RawPreviewMode)

    Camera RAW decoder options.

    Declaration
    public CameraRawDecoderOptions(RawPreviewMode UsePreview)
    Parameters
    Type Name Description
    RawPreviewMode UsePreview

    Determines whether a preview image is used in place of the RAW frame.

    Properties

    Default

    Default Camera RAW decoder options.

    Declaration
    public static CameraRawDecoderOptions Default { get; }
    Property Value
    Type Description
    CameraRawDecoderOptions

    UsePreview

    Determines whether a preview image is used in place of the RAW frame.

    Declaration
    public RawPreviewMode UsePreview { get; set; }
    Property Value
    Type Description
    RawPreviewMode

    Methods

    Deconstruct(out RawPreviewMode)

    Declaration
    public void Deconstruct(out RawPreviewMode UsePreview)
    Parameters
    Type Name Description
    RawPreviewMode UsePreview

    Equals(CameraRawDecoderOptions)

    Declaration
    public bool Equals(CameraRawDecoderOptions other)
    Parameters
    Type Name Description
    CameraRawDecoderOptions other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Operators

    Equality(CameraRawDecoderOptions, CameraRawDecoderOptions)

    Declaration
    public static bool operator ==(CameraRawDecoderOptions left, CameraRawDecoderOptions right)
    Parameters
    Type Name Description
    CameraRawDecoderOptions left
    CameraRawDecoderOptions right
    Returns
    Type Description
    System.Boolean

    Inequality(CameraRawDecoderOptions, CameraRawDecoderOptions)

    Declaration
    public static bool operator !=(CameraRawDecoderOptions left, CameraRawDecoderOptions right)
    Parameters
    Type Name Description
    CameraRawDecoderOptions left
    CameraRawDecoderOptions right
    Returns
    Type Description
    System.Boolean

    Implements

    IDecoderOptions
    System.IEquatable<>
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX