dYUVtoLAB

#include "BIImage.H"

 

D_LAB CALLBACK dYUVtoLAB(const LPD_YUV dYUV)

Description

Returns a D_LAB structure that is equivalent to the color represented by the D_YUV values.

Parameters

LPD_YUV

dYUV

Pointer to a D_YUV structure to convert.

Return values

The function will return a D_LAB 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.

Y: 0.0  …  1.0             U: -0.436  …  0.436                V:  -0.615  …  0.615

The range for each field in the output structure is between 0.0 and 1.0.

L: 0.0  …  1.0              A: 0.0  …  1.0             B:  0.0  …  1.389

 

Requirements

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

Library :    Use BIImage.lib.

DLLs :       BIimage.dll.