You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Updating Color Map effect name and description to be more clear to users
This commit is contained in:
@@ -92,10 +92,10 @@ void ColorMap::init_effect_details()
|
||||
{
|
||||
InitEffectInfo();
|
||||
info.class_name = "ColorMap";
|
||||
info.name = "Color Map";
|
||||
info.description = "Applies color grading by using a LUT file (.cube)";
|
||||
info.has_video = true;
|
||||
info.has_audio = false;
|
||||
info.name = "Color Map / Lookup";
|
||||
info.description = "Adjust colors using 3D LUT lookup tables (.cube format)";
|
||||
info.has_video = true;
|
||||
info.has_audio = false;
|
||||
}
|
||||
|
||||
ColorMap::ColorMap()
|
||||
|
||||
Reference in New Issue
Block a user