Back to Adaptive 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
inImage Image Input image
inLocations Location?Array?
inLocationAlignment CoordinateSystem2D*
inColorIds Hash?Array*
inPalette PixelArray*
inDrawingStyle DrawingStyle
inForceRgb Bool Filter will convert monochromatic image to RGB if needed
inCrosshairShape CrosshairShape
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.