Create a color matrix that converts an alpha channel to gray.
Syntax

[C#]

static XColorMatrix MakeAlphaToGray();

[Visual Basic]

Shared Function MakeAlphaToGray() As XColorMatrix
Notes

Use this method when you want to create a color matrix that converts the alpha channel to grayscale.

See Also

TransformColors

Example

None.