Enum WinGDI.ColorManagementCapability
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 = 4Can accept CMYK color space ICC color profile
CM_DEVICE_ICM = 1Can perform ICM on either the device driver or the device itself
CM_GAMMA_RAMP = 2Supports GetDeviceGammaRamp and SetDeviceGammaRamp
CM_NONE = 0Does not support ICM