Click or drag to resize

AtalaImagePixelFormatIsColormapped Method

Note: This API is now obsolete.

Returns true if the specified PixelFormat contains a palette.

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.IsColorMapped")]
public static bool PixelFormatIsColormapped(
	PixelFormat pixelFormat
)

Parameters

pixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat to use when determining if there is an palette.

Return Value

Type: Boolean
True if this AtalaImage contains a palette, false if it does not.
See Also