VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / ChannelRemapSettings Class / ChannelRemapSettings Constructors / ChannelRemapSettings Constructor()
Syntax Remarks Requirements SeeAlso
In This Topic
    ChannelRemapSettings Constructor()
    In This Topic
    Initializes a new instance of the ChannelRemapSettings class with default parameters (0, 255, 1.0, 0, 255), which means no effect.
    Syntax
    'Declaration
    
    Public Function New()
    
    
    public ChannelRemapSettings()
    
    
    public: ChannelRemapSettings()
    
    
    public:
    ChannelRemapSettings()
    Remarks

    This constructor uses 0 (black) as the minimum input level and 255 (white) as the maximum input level, 0 (black) as the minimum output level and 25 (white)5 as the maximum output level.

    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