didn't actually add Sequence[int] support to false_color
This commit is contained in:
parent
6b33677610
commit
902a36d03f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue