Click or drag to resize

ChangePixelFormatCommand Constructor (PixelFormat, ColorProfile)

Initializes a new instance of ChangePixelFormatCommand specifying the new pixel format and color profile.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ChangePixelFormatCommand(
	PixelFormat newPixelFormat,
	ColorProfile destProfile
)

Parameters

newPixelFormat
Type: Atalasoft.ImagingPixelFormat
The PixelFormat of the new image.
destProfile
Type: Atalasoft.Imaging.ColorManagementColorProfile
This is the destination colorprofile to use when changing colorspaces.
See Also