Searched refs:PixelTransformFunc (Results 1 – 1 of 1) sorted by relevance
64 using PixelTransformFunc = std::function<float(float)>; typedef95 inline PixelTransformFunc GenOETF(float gamma) in GenOETF()104 inline PixelTransformFunc GenEOTF(float gamma) in GenEOTF()156 inline PixelTransformFunc GenOETF(const TransferParameters& params) in GenOETF()169 inline PixelTransformFunc GenEOTF(const TransferParameters& params) in GenEOTF()194 inline PixelTransformFunc GenACESToneMapping(float targetLum) in GenACESToneMapping()335 PixelTransformFunc clamper = Saturate<float> in SimpleColorSpace()350 PixelTransformFunc clamper = Saturate<float> in SimpleColorSpace()392 PixelTransformFunc transEOTF_;393 PixelTransformFunc transOETF_;[all …]