Searched defs:ChannelMapper (Results 1 – 1 of 1) sorted by relevance
42 struct ChannelMapper { struct43 ScalarValue fInBlack = 0,44 fInWhite = 1,45 fOutBlack = 0,46 fOutWhite = 1,47 fGamma = 1;49 const uint8_t* build_lut(std::array<uint8_t, 256>& lut_storage, in build_lut()