ColorCorrectPalette (gdi32)
Last changed: anonymous

.
Summary
Corrects the entries of a palette using the ICM 2.0 parameters in the specified device context.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool ColorCorrectPalette(IntPtr hDC, IntPtr hPalette,
   uint dwFirstEntry, uint dwNumOfEntries);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation