Click or drag to resize

AtalaImageGetPixelFormatDepth Method

Note: This API is now obsolete.

Returns the color depth in bits per pixels associated with a specified PixelFormat.

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.BitsPerPixel")]
public static int GetPixelFormatDepth(
	PixelFormat pixelFormat
)

Parameters

pixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat to retrieve the color depth from.

Return Value

Type: Int32
The color depth in bits per pixels associated with a specified PixelFormat.
See Also