Click or drag to resize
DrawingManageByColorMatrix Method
Add a color matrix to an image

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static MemoryStream ManageByColorMatrix(
	Image image,
	ColorMatrix colorMatrix,
	ImageFormat format
)

Parameters

image
Type: System.DrawingImage
Source image to be processed
colorMatrix
Type: System.Drawing.ImagingColorMatrix
Color matrix to use
format
Type: System.Drawing.ImagingImageFormat
Forma of the result image

Return Value

Type: MemoryStream
A memory stream object with result image
See Also