ColorMatrixExtensions

Inheritance: java.lang.Object

public final class ColorMatrixExtensions

Les méthodes d’extension ColorMatrix.

Méthodes

MéthodeDescription
toGdiColorMatrix(ColorMatrix colorMatrix)Convertit le Aspose.Imaging.ColorMatrix en System.Drawing.Imaging.ColorMatrix.

toGdiColorMatrix(ColorMatrix colorMatrix)

public static System.Drawing.Imaging.ColorMatrix toGdiColorMatrix(ColorMatrix colorMatrix)

Convertit le Aspose.Imaging.ColorMatrix en System.Drawing.Imaging.ColorMatrix.

Parameters:

ParamètreTypeDescription
colorMatrixColorMatrixLa matrice de couleur à convertir.

Returns: ColorMatrix - The converted System.Drawing.Imaging.ColorMatrix.