ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorChannelInfo Class / GetColorValueCopy16 Method




In This Topic
GetColorValueCopy16 Method
In This Topic
Returns a copy of the color value in 16-bit format.
Syntax
'Declaration
 
Public Function GetColorValueCopy16() As ImGearPixel
 
'Usage
 
Dim instance As ImGearColorChannelInfo
Dim value As ImGearPixel
 
value = instance.GetColorValueCopy16()

Return Value

ImGearPixel class value with 16 bits per channel.
See Also