Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Makes a simple determination whether the specified DIB uses CMYK colour format.
BOOL API DIBIsCmyk(
LPBITMAPINFOHEADER lpbmi,
);
lpbmi LPBITMAPINFOHEADER Pointer to the DIB to be analyzed.
Returns TRUE if the DIB is available in CMYK format; FALSE if the DIB is in RGB format.