dCMYKtoHSI

#include "BIImage.H"

 

D_HSI CALLBACK dCMYKtoHSI(const LPD_CMYK dCMYK)

Description

Returns a D_HSI structure that is equivalent to the color represented by the D_CMYK values.

Parameters

LPD_CMYK

dCMYK

Pointer to a D_CMYK structure to convert.

Return values

The function will return a D_HSI structure.

Programming notes

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

The range for each field in the input structure is 0.0 … 1.0.

The field ranges  of the output structure :

H: 0.0  …  360.0         S: 0.0  …  1.0              I:  0.0  …  1.0

 

 

Requirements

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

Library :    Use BIImage.lib.

DLLs :       BIimage.dll.