circuitpython/shared-bindings/bitmaptools
Jeff Epler fb79d1c1d1 bitmaptools: add missing types
These diagnostics occurred, but weren't treated as errors:
```
[WARN] Missing return type: alphablend on line 38
[WARN] Missing argument type: dest_bitmap on line 38
[WARN] Missing argument type: source_bitmap_1 on line 38
[WARN] Missing argument type: source_bitmap_2 on line 38
```
2021-12-22 11:16:38 -06:00
..
__init__.c bitmaptools: add missing types 2021-12-22 11:16:38 -06:00
__init__.h bitmaptools: use stream API 2021-11-20 08:51:40 -05:00