YUVtoLAB

#include "BIImage.H"

 

S_LAB CALLBACK YUVtoLAB(const LPS_YUV sYUV)

Description

Returns a S_LAB structure that is equivalent to the color represented by the YUV values.

Parameters

LPS_YUV

sYUV

Pointer to a YUV structure to convert.

Return values

The function will return a S_LAB structure.

Programming notes

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

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.