Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The ColorSpace enumeration is used to specify when to turn color proofing on and off, and when to delete transforms.
-
typedef enum { CS_ENABLE = 0x00000001, CS_DISABLE = 0x00000002, CS_DELETE_TRANSFORM = 0x00000003 } ColorSpace;
CS_ENABLE: Maps colors to the target device's color gamut. This enables color proofing. All subsequent draw commands render colors as they would appear on the target device.
CS_DISABLE: Disables color proofing.
CS_DELETE_TRANSFORM: If color management is enabled for the target profile, disables it and deletes the current color transform.