MCPcopy Create free account
hub / github.com/MyGUI/mygui / pixelByteToFloat

Function pixelByteToFloat

MyGUIEngine/src/msdfgen/core/pixel-conversion.hpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12inline float pixelByteToFloat(byte x) {
13 return 1.f/255.f*float(x);
14}
15
16}

Callers 1

simulate8bitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected