ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / SeparateChannels Method
Multichannel page to separate.




In This Topic
    SeparateChannels Method
    In This Topic
    Creates an array of pages, where each page contains one channel with color space set to grayscale.
    Syntax
    'Declaration
     
    Public Shared Function SeparateChannels( _
       ByVal page As ImGearRasterPage _
    ) As ImGearChannelRef()
    'Usage
     
    Dim page As ImGearRasterPage
    Dim value() As ImGearChannelRef
     
    value = ImGearRasterProcessing.SeparateChannels(page)
    public static ImGearChannelRef[] SeparateChannels( 
       ImGearRasterPage page
    )
    public: static ImGearChannelRef[]* SeparateChannels( 
       ImGearRasterPage* page
    ) 
    public:
    static array<ImGearChannelRef>^ SeparateChannels( 
       ImGearRasterPage^ page
    ) 

    Parameters

    page
    Multichannel page to separate.

    Return Value

    An array of channels reference - ImGearChannelRef structure.
    Remarks
    This method does not do any of the color space or pixel conversions.
    Example
    See Also