ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / ChannelDepths Property




In This Topic
    ChannelDepths Property
    In This Topic
    Gets the bit depth of each color channel in the image.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChannelDepths As Integer()
    'Usage
     
    Dim instance As ImGearDIB
    Dim value() As Integer
     
    value = instance.ChannelDepths
    public int[] ChannelDepths {get;}
    public: __property int[]* get_ChannelDepths();
    public:
    property array<int>^ ChannelDepths {
       array<int>^ get();
    }

    Property Value

    Integer array.
    See Also