Bug 770689 - Custom transparency controller for dark...

...outside area of Crop Tool -> Highlight option

Add "highlight-opacity" property and turn the controlling GUI into an
expanding toggle that reveals an opacity slider.
This commit is contained in:
Massimo Valentini
2017-12-13 16:01:48 +01:00
committed by Michael Natterer
parent 7ac7b9519f
commit 423ce6fca3
11 changed files with 156 additions and 21 deletions

View File

@ -294,7 +294,8 @@ void gimp_display_shell_pause (GimpDisplayShell *shell);
void gimp_display_shell_resume (GimpDisplayShell *shell);
void gimp_display_shell_set_highlight (GimpDisplayShell *shell,
const GdkRectangle *highlight);
const GdkRectangle *highlight,
double opacity);
void gimp_display_shell_set_mask (GimpDisplayShell *shell,
GeglBuffer *mask,
gint offset_x,