ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorChannelInfo Class / GetColorValueCopy Method




In This Topic
GetColorValueCopy Method (ImGearColorChannelInfo)
In This Topic
Returns a copy of the color value.
Syntax
'Declaration
 
Public Function GetColorValueCopy() As ImGearPixel
 
'Usage
 
Dim instance As ImGearColorChannelInfo
Dim value As ImGearPixel
 
value = instance.GetColorValueCopy()

Return Value

A new instance of ImGearPixel class.
See Also