29 const KoColor ®ionSelectionColor,
30 bool regionSelectionInvert,
31 bool regionSelectionIncludeContourRegions,
32 bool regionSelectionIncludeSurroundingRegions,
34 int fillOpacitySpread,
38 bool stopGrowingAtDarkestPixel,
40 bool useSelectionAsBoundary,
44 bool useCustomBlendingOptions,
46 const QString &customCompositeOp,
64 bool m_regionSelectionInvert {
false};
65 bool m_regionSelectionIncludeContourRegions {
true};
66 bool m_regionSelectionIncludeSurroundingRegions {
true};
67 int m_fillThreshold {8};
68 int m_fillOpacitySpread {100};
70 bool m_useSelectionAsBoundary {
true};
71 bool m_antiAlias {
false};
73 bool m_stopGrowingAtDarkestPixel {
false};
75 bool m_usePattern {
false};
76 bool m_unmerged {
false};
77 bool m_useBgColor {
false};