You are here: Start » FIL.NET » FIS.ConvertToMultichannel Method

FIS.ConvertToMultichannel Method

Creates a multichannel image from a monochromatic one by replicating its channel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ConvertToMultichannel
(
	FilNet.Image inMonoImage,
	NullableRef<FilNet.Region> inRoi,
	int inNewDepth,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inMonoImageFilNet.Image
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inNewDepthint<1, 4>3Default value: 3.
outImageFilNet.ImageOutput image.

Function Overrides

See also