ImageGear v26.0 - Updated
RemoveChannel Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : RemoveChannel Method
Page to remove channel.
Position of the channel to be removed.
Removes the specified channel from the page's DIB and shifts remaining channels without transforming pixel data.
Syntax
'Declaration
 
Public Shared Sub RemoveChannel( _
   ByVal page As ImGearRasterPage, _
   ByVal channelNumber As Integer _
) 
'Usage
 
Dim page As ImGearRasterPage
Dim channelNumber As Integer
 
ImGearRasterProcessing.RemoveChannel(page, channelNumber)
public static void RemoveChannel( 
   ImGearRasterPage page,
   int channelNumber
)
public: static void RemoveChannel( 
   ImGearRasterPage* page,
   int channelNumber
) 
public:
static void RemoveChannel( 
   ImGearRasterPage^ page,
   int channelNumber
) 

Parameters

page
Page to remove channel.
channelNumber
Position of the channel to be removed.
Remarks
channelNumber can be within the [0..ChannelCount-1] range.

Color Space is changed as follows:

Example
See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
ImGearRasterPage Class

Is this page helpful?
Yes No
Thanks for your feedback.