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

FIS.SplitChannels Method

Creates several monochromatic images from individual channels of the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also