VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBase Class / LinearConvert8BitTo16Bit(Byte) Method
Syntax Requirements SeeAlso
In This Topic
LinearConvert8BitTo16Bit(Byte) Method (ColorBase)
In This Topic
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
public static System.Int32 LinearConvert8BitTo16Bit(
byte value
)

Parameters

value
Value to convert.

Return Value

The value in the range [0; 65535].
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also