Searched defs:ChannelMapper (Results 1 – 1 of 1) sorted by relevance
30 struct ChannelMapper { struct31 ScalarValue fInBlack = 0,32 fInWhite = 1,33 fOutBlack = 0,34 fOutWhite = 1,35 fGamma = 1;37 const uint8_t* build_lut(std::array<uint8_t, 256>& lut_storage, in build_lut()