Package: gtk
Function gtk:bitset-remove-rectangle
Lambda Listgtk:bitset-remove-rectangle (bitset start width height stride) ArgumentsDetails
Interprets the values as a 2-dimensional boolean grid with the given stride and inside that grid, removes a rectangle with the given width and height. Notes(dotimes (i height) (gtk:bitset-remove-range bitset (+ (* i stride) start) width)) | See also |
2023-9-27