MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / init_effect_details

Method init_effect_details

src/effects/ColorMap.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void 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
149ColorMap::ColorMap()
150 : lut_path(""), lut_size(0), lut_type(LUTType::None), needs_refresh(true),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected