VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / RemapColors16Command Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    RemapColors16Command Class
    In This Topic
    Remaps the colors in images with 16-bits per color channel.
    Object Model
    RegionOfInterest ProcessingCommandResults RemapColors16Command
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Class RemapColors16Command
       Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
    
    
    [CLSCompliant(False)]
    public __gc class RemapColors16Command : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion*
    
    
    [CLSCompliant(False)]
    public ref class RemapColors16Command : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion^
    
    
    Remarks

    Use the RemapColorsCommand class if image with 8-bits pixel color channel must be processed.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
             Vintasoft.Imaging.ImageProcessing.Color.RemapColors16Command

    Requirements

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

    See Also