VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / XsRgbColorSpace Class / ConvertXsRgbNonlinearTo16BitSRgbLinear(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertXsRgbNonlinearTo16BitSRgbLinear(Int32) Method (XsRgbColorSpace)
    In This Topic
    Converts 16-bit value from XsRgb nonlinear format to the SRgb linear format.
    Syntax
    'Declaration
    
    Public Shared Function ConvertXsRgbNonlinearTo16BitSRgbLinear( _
    ByVal value
    16-bit value in XsRgb nonlinear format.
    As System.Int32 _
    ) As System.Int32
    public static System.Int32 ConvertXsRgbNonlinearTo16BitSRgbLinear(
    System.Int32 value
    )
    public: static System.Int32 ConvertXsRgbNonlinearTo16BitSRgbLinear(
    System.Int32 value
    )
    public:
    static System.Int32 ConvertXsRgbNonlinearTo16BitSRgbLinear(
    System.Int32 value
    )

    Parameters

    value
    16-bit value in XsRgb nonlinear format.

    Return Value

    16-bit value in the SRgb linear format.
    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