#include "BIImage.H"
D_YIQ CALLBACK dHSItoYIQ(const LPD_HSI dHSI)
Description
Returns a D_YIQ structure that is equivalent to the color represented by the D_HSI values.
Parameters
|
LPD_HSI |
dHSI |
Pointer to a D_HSI structure to convert. |
Return values
The function will return a D_YIQ 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 between 0.0 and 1.0.The range for each field in the input structure is between 0.0 and 1.0.The range for each field in the input structure is between 0.0 and 1.0.
H: 0.0 … 360.0 S: 0.0 … 1.0 I: 0.0 … 1.0
The range for each field in the output structure is between 0.0 and 1.0.The range for each field in the output structure is between 0.0 and 1.0.
Y: 0.0 … 1.0 I: -0.5957 … 0.5957 Q: -0.5226 … 0.5226
Requirements
Header : Declared in BIImage.h; include BIImage.h.
Library : Use BIImage.lib.
DLLs : BIimage.dll.
#include "BIImage.H"
D_YUV CALLBACK dHSItoYUV(const LPD_HSI dHSI)
Description
Returns a D_YUV structure that is equivalent to the color represented by the D_HSI values.
Parameters
|
LPD_HSI |
dHSI |
Pointer to a D_HSI structure to convert. |
Return values
The function will return a D_YUV 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 between 0.0 and 1.0.The range for each field in the input structure is between 0.0 and 1.0.The range for each field in the input structure is between 0.0 and 1.0.H: 0.0 … 360.0 S: 0.0 … 1.0 I: 0.0 … 1.0
The range for each field in the output structure is between 0.0 and 1.0.The range for each field in the output structure is between 0.0 and 1.0.
Y: 0.0 … 1.0 U: -0.436 … 0.436 V: -0.615 … 0.615
Requirements
Header : Declared in BIImage.h; include BIImage.h.
Library : Use BIImage.lib.
DLLs : BIimage.dll.