VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / ChannelRemapSettings Class / InputMin Property
Syntax Requirements SeeAlso
In This Topic
    InputMin Property (ChannelRemapSettings)
    In This Topic
    Gets or sets the minimum value for the range of input values.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The minimum value for the range of input values.
    Valid values are from 0 (black) to 255 (white).")>
    Public Property InputMin As System.Int32
    
    
    [DefaultValue(0)]
    [Description("The minimum value for the range of input values.
    Valid values are from 0 (black) to 255 (white).")]
    public System.Int32 InputMin { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The minimum value for the range of input values.
    Valid values are from 0 (black) to 255 (white).")]
    public: __property System.Int32 get_InputMin();
    public: __property void set_InputMin(
    System.Int32 value
    );
    [DefaultValue(0)]
    [Description("The minimum value for the range of input values.
    Valid values are from 0 (black) to 255 (white).")]
    public:
    property System.Int32 InputMin { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Valid values are from 0 (black) to 255 (white). Default value is 0 (black).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also