| 137 | } |
| 138 | |
| 139 | void ColorMap::init_effect_details() |
| 140 | { |
| 141 | InitEffectInfo(); |
| 142 | info.class_name = "ColorMap"; |
| 143 | info.name = "Color Map / Lookup"; |
| 144 | info.description = "Adjust colors using 3D LUT lookup tables (.cube format)"; |
| 145 | info.has_video = true; |
| 146 | info.has_audio = false; |
| 147 | } |
| 148 | |
| 149 | ColorMap::ColorMap() |
| 150 | : lut_path(""), lut_size(0), lut_type(LUTType::None), needs_refresh(true), |
nothing calls this directly
no outgoing calls
no test coverage detected