Click or drag to resize

BinaryPaletteEnforcerEnforceMinIsBlack Method

Returns an instance of a BinaryPaletteEnforcer that enforces a MinIsBlack photometric interpretation of the image until it is released.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static BinaryPaletteEnforcer EnforceMinIsBlack(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to enforce upon.

Return Value

Type: BinaryPaletteEnforcer
An auto-releasing ResourceReleaserT.
See Also