gg icon indicating copy to clipboard operation
gg copied to clipboard

Allow to reset mask.

Open sotnii opened this issue 2 years ago • 0 comments

It'd be cool to have function like ResetMask to just remove current mask from the context. Now I have to do something like this:

mask.Clear() // assuming mask is another gg.Context with same size as dc
dc.SetMask(mask)

sotnii avatar Jan 26 '23 15:01 sotnii