MCPcopy Create free account
hub / github.com/DentonW/DevIL / ushort_to_float

Function ushort_to_float

DevIL/src-IL/src/il_psd.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 return ((float)val) / 255.0f;
26}
27static float ushort_to_float(ILushort val)
28{
29 return ((float)val) / 65535.0f;
30}
31
32static ILubyte float_to_ubyte(float val)
33{

Callers 1

PsdGetDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected