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:

committed by
Michael Natterer

parent
7ac7b9519f
commit
423ce6fca3
@ -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,
|
||||
|
Reference in New Issue
Block a user