NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageAttributes.SetColorMatrices (ColorMatrix, ColorMatrix, ColorMatrixFlags, ColorAdjustType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub SetColorMatrices( _
   ByVal newColorMatrix As ColorMatrix, _
   ByVal grayMatrix As ColorMatrix, _
   ByVal mode As ColorMatrixFlags, _
   ByVal type As ColorAdjustType _
)
[C#]
public void SetColorMatrices(
   ColorMatrix newColorMatrix,
   ColorMatrix grayMatrix,
   ColorMatrixFlags mode,
   ColorAdjustType type
);
[C++]
public: void SetColorMatrices(
   ColorMatrix* newColorMatrix,
   ColorMatrix* grayMatrix,
   ColorMatrixFlags mode,
   ColorAdjustType type
);
[JScript]
public function SetColorMatrices(
   newColorMatrix : ColorMatrix,
   grayMatrix : ColorMatrix,
   mode : ColorMatrixFlags,
   type : ColorAdjustType
);

Parameters

newColorMatrix
[To be supplied.]
grayMatrix
[To be supplied.]
mode
[To be supplied.]
type
[To be supplied.]

See Also

ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace | ImageAttributes.SetColorMatrices Overload List