Click or drag to resize

AtalaImagePixelFormatIsContinuous Method

Note: This API is now obsolete.

Returns true if the PixelFormat passed in is a continuous-tone format.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("Please use PixelFormatUtilities.IsContinuous")]
public static bool PixelFormatIsContinuous(
	PixelFormat pixelFormat
)

Parameters

pixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat to test for continuous-tone.

Return Value

Type: Boolean
true if continuous, false if not.
Remarks

A continuous-tone pixel format means that the pixel value is the intentity of the color or channel value. Colormapped images are not continuous.

See Also