You are here: Start » FIL.NET » FIS.DrawRegions_TwoColors Method
FIS.DrawRegions_TwoColors Method
Draws regions on an image with two colors, depending on the status of each region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawRegions_TwoColors ( FilNet.Image inImage, NullableRef<IList<NullableRef<FilNet.Region>>> inRegions, FilNet.Pixel inColorIfTrue, FilNet.Pixel inColorIfFalse, NullableRef<IList<bool?>> inConditions, float inOpacity, bool inForceRgb, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRegions | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.NullableRef<FilNet.Region>>> | { } | Default value: { }. | |
![]() | inColorIfTrue | FilNet.Pixel | Pixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f ) | Default value: Pixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f ). | |
![]() | inColorIfFalse | FilNet.Pixel | Pixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f ) | Default value: Pixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f ). | |
![]() | inConditions | FilNet.NullableRef<System.Collections.Generic.IList<bool?>> | { } | Default value: { }. | |
![]() | inOpacity | float | <0.0f, 1.0f> | 1.0f | Default value: 1.0f. |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. | |
![]() | outImage | FilNet.Image | Output image. |