YIQtoXYZ_ICC

#include "BIImage.H"

 

S_XYZ CALLBACK YIQtoXYZ_ICC(const LPS_YIQ sYIQ, const LPICC_TRANSFORM transform)

Description

Returns a S_XYZ structure that is equivalent to the color represented by the YIQ values. The colorspace conversion is ICC managed.

Parameters

LPS_YIQ

LPICC_TRANSFORM

sYIQ

transform

Pointer to a YIQ structure to convert.

Handle of ICC transform

Return values

The function will return a S_XYZ structure.

Programming notes

See the Color Conversions Structures section for the description of the structures.

The range for all fields in the structure is between 0..255.

Requirements

Header :     Declared in BIImage.h; include BIImage.h.

Library :    Use BIImage.lib, lcms2.lib.

DLLs :       BIimage.dll, lcms2.dll.