You are here: Start » AVL.NET » AVL.DrawRegions_Palette(AvlNet.Image, AvlNet.Region[], float, bool, AvlNet.Image)
AVL.DrawRegions_Palette(AvlNet.Image, AvlNet.Region[], float, bool, AvlNet.Image)
Draws regions on an image with multiple colors.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawRegions_Palette( AvlNet.Image inImage, AvlNet.Region[] inRegions, float inOpacity, bool inForceRgb, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRegions
- Type: AvlNet.Region
- inOpacity
- Type: System.Single
- inForceRgb
- Type: System.Boolean
Filter will convert monochromatic image to RGB if needed - outImage
- Type: AvlNet.Image
Output image
Remarks
See full override for more details.
