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