Region-Aware Color Smudging
Ying Jiang, Pengfei Xu, Congyi Zhang, Hongbo Fu, Henry Lau, Wenping Wang
TL;DR
The paper tackles the challenge of generating natural shading in digital painting within a single layer by introducing SmartSmudge, a region-aware smudge tool that infers user intent from smudge paths with respect to color regions and employs a dynamic brush to preserve edges while enabling smooth gradients. It combines a region- and boundary-based region selection mechanism with a MeanShift-based color-region extraction and a dynamic masking approach to constrain smudging to target areas, formalized through the similarity score $R(s_t, \hat{\mathcal{T}}_t^*) = \alpha R_r + \beta R_b$ and thresholding with $\gamma$. A formative study identifies key challenges, which the method addresses via size-adaptive brushes, real-time region selection, and delayed-region correction, and a two-study user evaluation demonstrates improved efficiency, edge-preservation, and expressiveness compared with traditional smudging. The results suggest practical impact for artists and potential extensions to robotics, while acknowledging limitations in thin regions and the need for future global-factor integration and learning-based intent modeling.
Abstract
Color smudge operations from digital painting software enable users to create natural shading effects in high-fidelity paintings by interactively mixing colors. To precisely control results in traditional painting software, users tend to organize flat-filled color regions in multiple layers and smudge them to generate different color gradients. However, the requirement to carefully deal with regions makes the smudging process time-consuming and laborious, especially for non-professional users. This motivates us to investigate how to infer user-desired smudging effects when users smudge over regions in a single layer. To investigate improving color smudge performance, we first conduct a formative study. Following the findings of this study, we design SmartSmudge, a novel smudge tool that offers users dynamical smudge brushes and real-time region selection for easily generating natural and efficient shading effects. We demonstrate the efficiency and effectiveness of the proposed tool via a user study and quantitative analysis
