EmfPlusColorLookupTableEffect Class
Contents
[
Hide
]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
Constructors
Name | Description |
---|---|
EmfPlusColorLookupTableEffect() | Initializes a new instance of the EmfPlusColorLookupTableEffect class |
Properties
Name | Type | Access | Description |
---|---|---|---|
alpha_lookup_table | byte | r/w | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. |
blue_lookup_table | byte | r/w | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. |
green_lookup_table | byte | r/w | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. |
red_lookup_table | byte | r/w | Gets 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