VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / ChannelRemapSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    ChannelRemapSettings Class Members
    In This Topic
    The following tables list the members exposed by ChannelRemapSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class with default parameters (0, 255, 1.0, 0, 255), which means no effect.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a new instance of the ChannelRemapSettings class with default parameters (0, 255, 1.0, 0, 255). The default instance does not change an image.
    Public PropertyGets or sets the gamma value.
    Public PropertyGets or sets the maximum value for the range of input values.
    Public PropertyGets or sets the minimum value for the range of input values.
    Public PropertyGets or sets the maximum value for the range of output values.
    Public PropertyGets or sets the minimum value for the range of output values.
    Public Methods
     NameDescription
    Public MethodCreates a new ChannelRemapSettings that is a copy of the current instance.
    Public MethodDetermines whether two ChannelRemapSettings instances are equal.
    Public MethodReturns the hash code for this ChannelRemapSettings.
    See Also