didn't actually add Sequence[int] support to false_color

This commit is contained in:
Jeff Epler 2024-01-12 12:44:06 -06:00
parent 6b33677610
commit 902a36d03f
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -360,7 +360,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmapfilter_lookup_obj, 0, bitmapfilter_lookup);
//| def false_color(
//| bitmap: displayio.Bitmap,
//| palette: displayio.Palette | Sequence[int],
//| palette: displayio.Palette,
//| mask: displayio.Bitmap | None,
//| ) -> displayio.Bitmap:
//| """Convert the image to false color using the given palette