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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusColorMatrixEffect()Initializes a new instance of the EmfPlusColorMatrixEffect class

Properties

NameTypeAccessDescription
matrixint[]r/wGets or sets the matrix.
matrix_n0intr/wGets or sets the Matrix[N][0] of the 5x5 color matrix. This row is used for transforms.
matrix_n1intr/wGets or sets the Matrix[N][1] of the 5x5 color matrix. This row is used for transforms.
matrix_n2intr/wGets or sets the Matrix[N][2] of the 5x5 color matrix. This row is used for transforms.
matrix_n3intr/wGets or sets the Matrix[N][3] of the 5x5 color matrix. This row is used for transforms.
matrix_n4intr/wGets or sets the Matrix[N][4] of the 5x5 color matrix. This row is used for color translations.

Constructor: EmfPlusColorMatrixEffect()

 EmfPlusColorMatrixEffect() 

Initializes a new instance of the EmfPlusColorMatrixEffect class