Class EmfPlusColorLookupTableEffect
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusImageEffectsObjectType ← EmfPlusColorLookupTableEffect
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
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 []