ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / OutputIsSigned Property




In This Topic
OutputIsSigned Property (ImGearLinearLUT)
In This Topic
Gets a value whether LUT output values are signed.
Syntax
'Declaration
 
Public Overrides ReadOnly Property OutputIsSigned As Boolean
 
'Usage
 
Dim instance As ImGearLinearLUT
Dim value As Boolean
 
value = instance.OutputIsSigned

Property Value

Boolean value.
See Also