#include "BIImage.H"
S_YIQ CALLBACK HSItoYIQ(const LPS_HSI sHSI)
Description
Returns a S_YIQ structure that is equivalent to the color represented by the HSI values.
Parameters
|
LPS_HSI |
sHSI |
Pointer to a HSI structure to convert. |
Return values
The function will return a S_YIQ 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.