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