LinuxBeaver / Gimp_Layer_Effects_Text_Styler_Plugin_GEGL_Effects

Gimp Plugin that gives users layer effects powered by GEGL. Allowing you to make stylish text. Binaries Avalible for Windows and Linux
http://gimpchat.com/viewtopic.php?f=9&t=19924
GNU General Public License v3.0
71 stars 0 forks source link

GEGL-WARNING: Parsing of color string "#" into GeglColor failed! Using transparent cyan instead #9

Open marcespie opened 1 year ago

marcespie commented 1 year ago

Not sure whether setting "notouch" to invalid color "#" is intentional. If you want transparent cyan, rgba value #00ffffaa would work and suppress the warning

LinuxBeaver commented 1 year ago

Its a long story. I think it is needed for GEGL Inner Glow to work and at one point it definitely was. Back when I first started making GEGL Plugins I didn't know how to hide operations from the GUI so I had to put no touch so no one would modify it. I will see if I can remove that entirely.

LinuxBeaver commented 1 year ago

confirmed -- it is needed for innerglow to work proper. I could rename notouch to hiddencolor or something more professional. I tried removing "notouch" and inner glow broke entirely.