Class EmfColorCorrectPalette

Class EmfColorCorrectPalette

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_COLORCORRECTPALETTE record specifies how to correct the entries of a logical palette object using WCS 1.0 values.

public sealed class EmfColorCorrectPalette : EmfObjectManipulationRecordType

Inheritance

objectMetaObjectEmfRecordEmfObjectManipulationRecordTypeEmfColorCorrectPalette

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfColorCorrectPalette(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfColorCorrectPalette class.

public EmfColorCorrectPalette(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

IhPalette

Gets or sets a 32-bit unsigned integer that specifies index of a logical palette object (section 2.2.17) in the EMF Object Table (section 3.1.1.1).

public int IhPalette { get; set; }

Property Value

int

NFirstEntry

Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to correct.

public int NFirstEntry { get; set; }

Property Value

int

NPalEntries

Gets or sets a 32-bit unsigned integer that specifies the number of palette entries to correct.

public int NPalEntries { get; set; }

Property Value

int