#include "ltwrappr.h"
static L_DOUBLE LICCProfile::U8Fixed8NumberToDouble(uNumber)
Converts a 1-byte fixed, 1-byte fraction number format into a double fractional value.
Value that represents the 1-byte fixed, 1-byte fraction number value to be converted.
A double value that contains a fractional number that represents the value passed to the function.
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
For an example, refer to LICCProfile::DoubleToU8Fixed8Number.