summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/invert_area.m
blob: 081d65c9a3bead02945c65c1ddadb63d9f48465e (plain) (blame)
1
2
3
4
function pkg = invert_area(x1, y1, x2, y2)
arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2)]; 
pkg = get_package('RI', arg);
end