ImageGear v26.3 - Updated
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()
    public ImGearPixel GetColorValueCopy16()
    public: ImGearPixel* GetColorValueCopy16(); 
    public:
    ImGearPixel^ GetColorValueCopy16(); 

    Return Value

    ImGearPixel class value with 16 bits per channel.
    See Also