SUMMARY [5.3] "Propagate Colors" Filter is missing from the Filter-Mask/Filter-Layer list STEPS TO REPRODUCE 1. Go to Layer, New, Add Filter Layer/Add Filter Mask 2. Go to Colors category OBSERVED RESULT Propagate Colors filter is missing EXPECTED RESULT Propagate Colors filter is available SOFTWARE/OS VERSIONS Android 14 arm64 Krita 5.3 nightly git ed7fb1b (December 7, 2025)
Extra note: "Propagate Colors" is also missing from the Filter Brush Engine's list of filters. Filter information: https://invent.kde.org/graphics/krita/-/merge_requests/2162
Hi, To support filter masks or filter brushes, a filter needs to support multi-threading. Not all filters support multi-threading (this is something that is often a limitation of the algorithm), especially the complex ones, and Propagate Colors is one of them. Hence why it is not there.