 | DrawingManageByColorMatrix Method |
Add a color matrix to an image
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static MemoryStream ManageByColorMatrix(
Image image,
ColorMatrix colorMatrix,
ImageFormat format
)
Public Shared Function ManageByColorMatrix (
image As Image,
colorMatrix As ColorMatrix,
format As ImageFormat
) As MemoryStream
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:
MemoryStreamA memory stream object with result image
See Also