This merge request contains two interconnected little features:
Basic tests for both features:
Given either advanced color selector or artistic color selector is open
And the advanced color selector shape is set to wheel
Given a gamut mask is selected and active
When the user brings up the pop-up color selector
Then the pop-up selector shows with the gamut mask applied
Given a gamut mask is selected, but deactivated
When the users brings up the pop-up color selector
Then the pop-up selector shows all colors, without the mask
Given both advanced color selector and artistic color selector are open
And the advanced color selector shape is set to wheel
Given a gamut mask is selected and active
When the user deactivates the mask in <color selector>
Then the advanced, artistic and pop-up color selectors do not show mask
And gamut mask toolbars in advanced and artistic selectors read 'mask is disabled'
Examples:
| color selector |
| advanced color selector |
| artistic color selector |
Given a gamut mask is selected, but deactivated
When the user reactivates the mask in <color selector>
Then the advanced, artistic and pop-up color selectors activate the mask
And gamut mask toolbars in advanced and artistic selectors show the rotation slider
Examples:
| color selector |
| advanced color selector |
| artistic color selector |