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

Method fromColorSpaceUint8ToLinearFloatFast

Engine/Lut.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected