Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Drawing » DrawCrosshairs_MultiColor

DrawCrosshairs_MultiColor


Module: FoundationLite

Draws crosshairs on an image with multiple colors.

Name Type Description
Input value inImage Image Input image
Input value inLocations Location?Array?
Input value inLocationAlignment CoordinateSystem2D*
Input value inColorIds Hash?Array*
Input value inPalette PixelArray*
Input value inDrawingStyle DrawingStyle
Input value inForceRgb Bool Filter will convert monochromatic image to RGB if needed
Input value inCrosshairShape CrosshairShape
Output value outImage Image Output image

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty inPalette while inLocations has objects to draw in DrawCrosshairs_MultiColor.
DomainError No palette defined with inPalette for specified inColorIds in DrawCrosshairs_MultiColor.
DomainError The sizes inLocations and inColorIds do not match in DrawCrosshairs_MultiColor.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of DrawCrosshairs filter group.