Click or drag to resize

PixelFormatUtilitiesIsRGBColor Method

Returns
true
if the pixel format represents an RGB color,
false
otherwise.

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 bool IsRGBColor(
	PixelFormat pf
)

Parameters

pf
Type: Atalasoft.ImagingPixelFormat
An input PixelFormat.

Return Value

Type: Boolean
true
if the pixel format represents an RGB color,
false
otherwise.
See Also