Click here to show toolbars of the Web Online Help System: show toolbars
 

Sets the color channel using another image as an intensity map.
Syntax

[C#]

void SetChannel(string inChannel, XImage inImage);

[Visual Basic]

Sub SetChannel(inChannel As String, inImage As XImage)
Params
Name Description
inChannel The name of the channel.
inImage The image for the intensity map.
Notes

See the Canvas SetChannel function for details.

Example

None.