EmfColorCorrectPalette

EmfColorCorrectPalette class

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

Constructors

NameDescription
EmfColorCorrectPalette(EmfRecord)Initializes a new instance of the EmfColorCorrectPalette class.

Properties

NameDescription
IhPalette { get; set; }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).
NFirstEntry { get; set; }Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to correct.
NPalEntries { get; set; }Gets or sets a 32-bit unsigned integer that specifies the number of palette entries to correct.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also