VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / RemapColorsCommand Class / RemapColorsCommand Constructors / RemapColorsCommand Constructor(Double,Double,Double)
Syntax Exceptions Requirements SeeAlso
In This Topic
    RemapColorsCommand Constructor(Double,Double,Double)
    In This Topic
    Initializes a new instance of the RemapColorsCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal redGamma
    The gamma value for red channel.
    As Double, _
    ByVal greenGamma
    The gamma value for green channel.
    As Double, _
    ByVal blueGamma
    The gamma value for blue channel.
    As Double _
    )
    public RemapColorsCommand(
    double redGamma,
    double greenGamma,
    double blueGamma
    )
    public: RemapColorsCommand(
    double redGamma,
    double greenGamma,
    double blueGamma
    )
    public:
    RemapColorsCommand(
    double redGamma,
    double greenGamma,
    double blueGamma
    )

    Parameters

    redGamma
    The gamma value for red channel.
    greenGamma
    The gamma value for green channel.
    blueGamma
    The gamma value for blue channel.
    Exceptions
    ExceptionDescription
    Thrown if gamma value is less than 0.
    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