Inserts a channel to the page's DIB and changes page's color space.
Syntax
'Declaration
Public Shared Sub InsertChannel( _
ByVal As ImGearRasterPage, _
ByVal As Integer, _
ByVal As ImGearChannelRef _
)
'Usage
Dim page As ImGearRasterPage
Dim newChannelPos As Integer
Dim channel As ImGearChannelRef
ImGearRasterProcessing.InsertChannel(page, newChannelPos, channel)
public static void InsertChannel(
ImGearRasterPage ,
int ,
ImGearChannelRef
)
public: static void InsertChannel(
ImGearRasterPage* ,
int ,
ImGearChannelRef
)
public:
static void InsertChannel(
ImGearRasterPage^ ,
int ,
ImGearChannelRef
)
Parameters
- page
- Page to insert channel to.
- newChannelPos
- Position of the channel in the page.
- channel
- Reference to the channel to be inserted.
Example
See Also