VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBase Class / LinearConvert8BitTo16Bit(Byte) Method
Syntax Requirements SeeAlso
    LinearConvert8BitTo16Bit(Byte) Method (ColorBase)
    Linearly converts value from range [0; 255] to the range [0; 65535].
    Syntax
    'Declaration
    
    Public Shared Function LinearConvert8BitTo16Bit( _
    ByVal value
    Value to convert.
    As Byte _
    ) As System.Int32
     

    Parameters

    value
    Value to convert.

    Return Value

    The value in the range [0; 65535].
    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