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

    Parameters

    value
    16-bit value in SRgb linear format.

    Return Value

    16-bit value in the XsRgb nonlinear 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