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

    Return Value

    ImGearPixel class object with 8 bits per channel.
    See Also