VisioForge (c) 2025

Search Results for

    Class VideoRendererAdjustmentSupported

    Supported video renderer adjustments.

    Inheritance
    object
    VideoRendererAdjustmentSupported
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public class VideoRendererAdjustmentSupported

    Constructors

    VideoRendererAdjustmentSupported(bool, bool, bool, bool)

    Initializes a new instance of the VideoRendererAdjustmentSupported class.

    Declaration
    public VideoRendererAdjustmentSupported(bool brightness, bool contrast, bool hue, bool saturation)
    Parameters
    Type Name Description
    bool brightness

    Brightness.

    bool contrast

    Contrast.

    bool hue

    Hue.

    bool saturation

    Saturation.

    Properties

    Brightness

    Gets a value indicating whether brightness available.

    Declaration
    public bool Brightness { get; }
    Property Value
    Type Description
    bool

    Contrast

    Gets a value indicating whether contrast available.

    Declaration
    public bool Contrast { get; }
    Property Value
    Type Description
    bool

    Hue

    Gets a value indicating whether hue available.

    Declaration
    public bool Hue { get; }
    Property Value
    Type Description
    bool

    Saturation

    Gets a value indicating whether saturation available.

    Declaration
    public bool Saturation { get; }
    Property Value
    Type Description
    bool