MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / fromColorSpaceUint8ToLinearFloatFast

Method fromColorSpaceUint8ToLinearFloatFast

Engine/Lut.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228float
229Lut::fromColorSpaceUint8ToLinearFloatFast(unsigned char v) const
230{
231 assert(init_);
232
233 return fromFunc_uint8_to_float[v];
234}
235
236#ifdef DEAD_CODE
237// It is not recommended to use this function, because the output is quantized

Calls

no outgoing calls

Tested by

no test coverage detected