ColorMatrixExtensions
Inheritance: java.lang.Object
public final class ColorMatrixExtensions
The ColorMatrix extension methods.
Methods
| Method | Description |
|---|---|
| toGdiColorMatrix(ColorMatrix colorMatrix) | Converts the Aspose.Imaging.ColorMatrix to the System.Drawing.Imaging.ColorMatrix. |
toGdiColorMatrix(ColorMatrix colorMatrix)
public static System.Drawing.Imaging.ColorMatrix toGdiColorMatrix(ColorMatrix colorMatrix)
Converts the Aspose.Imaging.ColorMatrix to the System.Drawing.Imaging.ColorMatrix.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| colorMatrix | ColorMatrix | The color matrix to convert. |
Returns:
ColorMatrix - The converted System.Drawing.Imaging.ColorMatrix.