Click or drag to resize

AtalaImageGetChangedPixelFormat Method (PixelFormat, ColorProfile, Boolean)

Returns a new AtalaImage object with a different PixelFormat from this AtalaImage specifying a ColorProfile and if the ChangedPixelFormat event should fire.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage GetChangedPixelFormat(
	PixelFormat newPixelFormat,
	ColorProfile destProfile,
	bool fireChangedPixelFormatEvent
)

Parameters

newPixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat that the new AtalaImage will contain.
destProfile
Type: Atalasoft.Imaging.ColorManagementColorProfile
The color profile to use when converting to and from the CMYK colorspace.
fireChangedPixelFormatEvent
Type: SystemBoolean
Speicifies if the ChangedPixelFormat should fire.

Return Value

Type: AtalaImage
An AtalaImage object with a different PixelFormat from this AtalaImage.
See Also