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
| Name | Type | Access | 描述 |
|---|---|---|---|
| 矩阵 | System.Int32[] | r/w | 获取或设置矩阵。 |
| matrix_n0 | int[] | r/w | 获取或设置 5x5 颜色矩阵的 Matrix[N][0]。此行用于变换。 |
| matrix_n1 | int[] | r/w | 获取或设置 5x5 颜色矩阵的 Matrix[N][1]。此行用于变换。 |
| matrix_n2 | int[] | r/w | 获取或设置 5x5 颜色矩阵的 Matrix[N][2]。此行用于变换。 |
| matrix_n3 | int[] | r/w | 获取或设置 5x5 颜色矩阵的 Matrix[N][3]。此行用于变换。 |
| matrix_n4 | int[] | r/w | 获取或设置 5x5 颜色矩阵的 Matrix[N][4]。此行用于颜色转换。 |
Constructor: EmfPlusColorMatrixEffect()
EmfPlusColorMatrixEffect()
初始化 EmfPlusColorMatrixEffect 类的新实例