Class ColorMatrixExtensions
Class ColorMatrixExtensions
Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.4.0)
The Aspose.Imaging.ColorMatrix extension methods.
public static class ColorMatrixExtensions
Inheritance
object ← ColorMatrixExtensions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
ToGdiColorMatrix(ColorMatrix)
Converts the Aspose.Imaging.ColorMatrix to the System.Drawing.Imaging.ColorMatrix.
public static ColorMatrix ToGdiColorMatrix(ColorMatrix colorMatrix)
Parameters
colorMatrix
ColorMatrix
The color matrix to convert.
Returns
The converted System.Drawing.Imaging.ColorMatrix.