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




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

Return Value

ImGearPixel class object with 8 bits per channel.
See Also