Class EmfPlusColorLookupTableEffect
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectType
- Inheritance
-
EmfPlusColorLookupTableEffect
- Inherited Members
Constructors
EmfPlusColorLookupTableEffect()
public EmfPlusColorLookupTableEffect()
Properties
AlphaLookupTable
Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.
public byte[] AlphaLookupTable { get; set; }
Property Value
- byte[]
BlueLookupTable
Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.
public byte[] BlueLookupTable { get; set; }
Property Value
- byte[]
GreenLookupTable
Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.
public byte[] GreenLookupTable { get; set; }
Property Value
- byte[]
RedLookupTable
Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.
public byte[] RedLookupTable { get; set; }
Property Value
- byte[]