EmfPlusColorMatrixEffect Class

Summary: The ColorMatrixEffect object specifies an affine transform to be applied to an image.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusColorMatrixEffect

Inheritance: EmfPlusImageEffectsObjectType

Constructors

Name描述
EmfPlusColorMatrixEffect()初始化 EmfPlusColorMatrixEffect 类的新实例

Properties

NameTypeAccess描述
矩阵System.Int32[]r/w获取或设置矩阵。
matrix_n0int[]r/w获取或设置 5x5 颜色矩阵的 Matrix[N][0]。此行用于变换。
matrix_n1int[]r/w获取或设置 5x5 颜色矩阵的 Matrix[N][1]。此行用于变换。
matrix_n2int[]r/w获取或设置 5x5 颜色矩阵的 Matrix[N][2]。此行用于变换。
matrix_n3int[]r/w获取或设置 5x5 颜色矩阵的 Matrix[N][3]。此行用于变换。
matrix_n4int[]r/w获取或设置 5x5 颜色矩阵的 Matrix[N][4]。此行用于颜色转换。

Constructor: EmfPlusColorMatrixEffect()

 EmfPlusColorMatrixEffect() 

初始化 EmfPlusColorMatrixEffect 类的新实例