EmfPlusColorLookupTableEffect Class

Summary: The ColorLookupTableEffect object specifies adjustments to the colors in an image.

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

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

Inheritance: EmfPlusImageEffectsObjectType

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
alpha_lookup_tablebyter/wGets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
blue_lookup_tablebyter/wGets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
green_lookup_tablebyter/wGets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
red_lookup_tablebyter/wGets or sets an array of 256 bytes that specifies the adjustment for the red color channel.

Constructor: EmfPlusColorLookupTableEffect()

 EmfPlusColorLookupTableEffect() 

Initializes a new instance of the EmfPlusColorLookupTableEffect class