EmfPlusColorLookupTableEffect

EmfPlusColorLookupTableEffect class

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

public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectType

Constructors

NameDescription
EmfPlusColorLookupTableEffect()The default constructor.

Properties

NameDescription
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