You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| :param float factor2: The proportion of bitmap 2 to mix in. If specified as `None`, ``1-factor1`` is used. Usually the proportions should sum to 1.
321
321
//| :param displayio.Colorspace colorspace: The colorspace of the bitmaps. They must all have the same colorspace. Only the following colorspaces are permitted: ``L8``, ``RGB565``, ``RGB565_SWAPPED``, ``BGR565`` and ``BGR565_SWAPPED``.
322
322
//| :param bitmaptools.BlendMode blendmode: The blend mode to use. Default is NORMAL.
323
-
//| :param int skip_source1_index: bitmap palette index in the source that will not be blended,
324
-
//| set to None to blended all pixels
325
-
//| :param int skip_source2_index: bitmap palette index in the source that will not be blended,
326
-
//| set to None to blended all pixels
323
+
//| :param int skip_source1_index: bitmap palette index in source_bitmap_1 that will not be blended, set to None to blend all pixels
324
+
//| :param int skip_source2_index: bitmap palette index in source_bitmap_2 that will not be blended, set to None to blend all pixels
327
325
//|
328
326
//| For the L8 colorspace, the bitmaps must have a bits-per-value of 8.
329
327
//| For the RGB colorspaces, they must have a bits-per-value of 16."""
0 commit comments