Updating Color Map effect name and description to be more clear to users

This commit is contained in:
Jonathan Thomas
2025-05-25 18:30:22 -05:00
parent 789944f576
commit 82f7607ee9

View File

@@ -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()