Skip to content

Issue #11176: Fix IFS color updates

Alx Sa requested to merge alxsa-ifs-color-fix into master

After the initial color space invasion, changing colors in the IFS color transformation section no longer affected the image. It seems that ifsD->*_cmap->color held the actual color selected by the user, but this value was not making it into elements[ifsD->current_element]->v.*_color. This patch connects the *_cmap->color values to the functions used to draw the image on the screen.

@ajonsson Hi! I don't use this plug-in much, so if you have any feedback or see any missing/changed behaviors, please let me know. Thanks!

Merge request reports