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

FIS.SplitChannels_OrNil Method

Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SplitChannels_OrNil
(
	FilNet.Image inImage,
	NullableRef<NullableRef<FilNet.Image>> outMonoImage1,
	NullableRef<NullableRef<FilNet.Image>> outMonoImage2,
	NullableRef<NullableRef<FilNet.Image>> outMonoImage3,
	NullableRef<NullableRef<FilNet.Image>> outMonoImage4
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outMonoImage1FilNet.NullableRef<FilNet.NullableRef<FilNet.Image>>Image of the first channel. Can be null to skip this parameter calculation.
outMonoImage2FilNet.NullableRef<FilNet.NullableRef<FilNet.Image>>Image of the second channel (if exists). Can be null to skip this parameter calculation.
outMonoImage3FilNet.NullableRef<FilNet.NullableRef<FilNet.Image>>Image of the third channel (if exists). Can be null to skip this parameter calculation.
outMonoImage4FilNet.NullableRef<FilNet.NullableRef<FilNet.Image>>Image of the fourth channel (if exists). Can be null to skip this parameter calculation.

See also