Lua: selection get and rndcoord changes

This commit is contained in:
Pasi Kallinen
2022-03-22 10:45:20 +02:00
parent 27898340b9
commit 6eadff01b8
3 changed files with 25 additions and 11 deletions

View File

@@ -957,6 +957,7 @@ Get the selection value at (x,y).
Example:
local value = selection.get(sel, x, y);
local value = selection.get(sel, { x = 10, y = 14 });
=== gradient