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

    Property Value

    Valid values are from 0 (black) to 255 (white). Default value is 255 (white).
    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