Class EmfPlusColorLookupTableEffect
Contents
[
Hide
]EmfPlusColorLookupTableEffect class
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectType
Constructors
| Name | Description |
|---|---|
| EmfPlusColorLookupTableEffect() | The default constructor. |
Properties
| Name | Description |
|---|---|
| AlphaLookupTable { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. |
| BlueLookupTable { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. |
| GreenLookupTable { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. |
| RedLookupTable { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel. |
See Also
- class EmfPlusImageEffectsObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging