SetHaloBackground

Enables or disables a halo of white pixels around any black pixels from the current image where they would otherwise touch pixels from the background. This makes the foreground information easier to read.

Syntax

bool SetHaloBackground (StrParam)

Parameters

String value to enable a halo (True) or prevent a halo (False).

Returns

Always True.

Level

All.

Details

Example:
SetBackgroundImage(c:\ParentDir\mclaims\process\hcfa\hcfat.tif)
SetDitheringBackground(True)
SetHaloBackground(True)
Overlay()