CheckColorsInGamut (gdi32)
Last changed: anonymous

.
Summary
Determines whether a specified set of RGB triples lies in the output gamut of a specified device.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool CheckColorsInGamut(IntPtr hDC, IntPtr lpRGBTriples,
   IntPtr lpBuffer, uint nCount);

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