| 226 | } |
| 227 | |
| 228 | float |
| 229 | Lut::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 |
no outgoing calls
no test coverage detected