Skip to content
Snippets Groups Projects
Commit ccfdb827 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

include: Add PixelFormat32bppCMYK definition.

parent 4da23207
Branches
Tags
No related merge requests found
......@@ -46,7 +46,8 @@ typedef INT PixelFormat;
#define PixelFormat48bppRGB (12 | (48 << 8) | PixelFormatExtended)
#define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
#define PixelFormat64bppPARGB (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
#define PixelFormatMax 15
#define PixelFormat32bppCMYK (15 | (32 << 8))
#define PixelFormatMax 16
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment