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




SeparateChannels Method
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)

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