HSVtoCMY

#include "BIImage.H"

 

S_CMY CALLBACK HSVtoCMY(const LPS_HSV sHSV)

Description

Returns a S_CMY structure that is equivalent to the color represented by the HSV values.

Parameters

LPS_HSV

sHSV

Pointer to a HSV structure to convert.

Return values

The function will return a S_CMY structure.

Programming notes

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

The range of every field of the structures is 0..255.

Requirements

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

Library :    Use BIImage.lib.

DLLs :       BIimage.dll.