L_U8Fixed8NumberToDouble

Summary

Converts a 1-byte fixed, 1-byte fraction number format into a double fractional value.

Syntax

#include "l_bitmap.h"

L_LTCLR_API L_DOUBLE L_U8Fixed8NumberToDouble(uNumber)

Parameters

L_UINT16 uNumber

Value that represents the 1-byte fixed, 1-byte fraction number value to be converted.

Returns

A double value that contains a fractional number that represents the value passed to the function.

Comments

This function is used for ICC profiles purposes. The number passed must be of type L_IccU8Fxed8Number.

This type consists of 2-bytes: 1-byte contains the fixed part of the number, and 1-byte contains the fractional part of the number.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

This example takes a 1-byte fixed, 1-byte fractional value, and then converts it into double fractional value.

L_DOUBLE U8Fixed8NumberToDoubleExample(L_IccU8Fixed8Number uNumber)  
{ 
   return (L_U8Fixed8NumberToDouble(uNumber));  
} 

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.