VintaSoft Imaging .NET SDK 15.1: 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

<DescriptionAttribute("The maximum value for the range of input values.
Valid values are from 0 (black) to 255 (white).")>
<DefaultValueAttribute(255)>
Public Property InputMax As System.Int32

[Description("The maximum value for the range of input values.
Valid values are from 0 (black) to 255 (white).")]
[DefaultValue(255)]
public System.Int32 InputMax { get; set; }

Property Value

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

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

See Also