ImageGear for .NET
ConvertColorSpace(ImGearRasterPage,ImGearColorSpace,Double[,]) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > ConvertColorSpace Method : ConvertColorSpace(ImGearRasterPage,ImGearColorSpace,Double[,]) Method




page
Image to change color space.
newColorSpace
New color space.
conversionMatrix
Conversion matrix.

Glossary Item Box

Converts page to a new color space using the specified matrix.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Image to change color space.
newColorSpace
New color space.
conversionMatrix
Conversion matrix.

Remarks

Converts an image to a new color space using a conversion matrix. Destination pixels are calculated as Dst = M * Src, where M is conversion matrix. Number of channels after conversion will be equal to first of the conversionMatrix. Second dimension of conversionMatrix should be equal to number of channels in the source page.

Note: ImageGear provides this method for color reconstruction of Digital Camera Raw images.

See Also

©2013. Accusoft Corporation. All Rights Reserved.