Table of Contents

Enum WinGDI.ColorManagementCapability

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll

Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the index parameter is COLORMGMTCAPS.

[Flags]
public enum WinGDI.ColorManagementCapability : uint

Fields

CM_CMYK_COLOR = 4

Can accept CMYK color space ICC color profile

CM_DEVICE_ICM = 1

Can perform ICM on either the device driver or the device itself

CM_GAMMA_RAMP = 2

Supports GetDeviceGammaRamp and SetDeviceGammaRamp

CM_NONE = 0

Does not support ICM