You are here: Start » FIL.NET » Invoke.SplitChannels
Creates several monochromatic images from individual channels of the input image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SplitChannels ( Fil.Image inImage, Optional<Fil.Image> outMonoImage1, Optional<Fil.Image> outMonoImage2, Optional<Fil.Image> outMonoImage3, Optional<Fil.Image> outMonoImage4 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | outMonoImage1 | Ftl.Optional<Fil.Image> | Image of the first channel. | ||
![]() | outMonoImage2 | Ftl.Optional<Fil.Image> | Image of the second channel (if exists). | ||
![]() | outMonoImage3 | Ftl.Optional<Fil.Image> | Image of the third channel (if exists). | ||
![]() | outMonoImage4 | Ftl.Optional<Fil.Image> | Image of the fourth channel (if exists). |