Skip to content

Commit d2dada8

Browse files
jensechutannewt
andauthored
displayio: Update docs for ColorConverter's make_opaque
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent fc3f2a3 commit d2dada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/ColorConverter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ STATIC mp_obj_t displayio_colorconverter_make_transparent(mp_obj_t self_in, mp_o
122122
}
123123
MP_DEFINE_CONST_FUN_OBJ_2(displayio_colorconverter_make_transparent_obj, displayio_colorconverter_make_transparent);
124124

125-
//| def make_opaque(self) -> None:
125+
//| def make_opaque(self, pixel: int) -> None:
126126
//| """Sets a pixel to opaque."""
127127
//|
128128
STATIC mp_obj_t displayio_colorconverter_make_opaque(mp_obj_t self_in, mp_obj_t transparent_color_obj) {

0 commit comments

Comments
 (0)