ColorConverter: fix a docstring
This commit is contained in:
parent
eaf8bc0abe
commit
b453d18579
|
@ -39,7 +39,7 @@
|
|||
//| class ColorConverter:
|
||||
//| """Converts one color format to another."""
|
||||
//|
|
||||
//| def __init__(self, *, colorspace: Colorspace=Colorspace.RGB888, dither: bool = False) -> None:
|
||||
//| def __init__(self, *, input_colorspace: Colorspace=Colorspace.RGB888, dither: bool = False) -> None:
|
||||
//| """Create a ColorConverter object to convert color formats.
|
||||
//|
|
||||
//| :param Colorspace colorspace: The source colorspace, one of the Colorspace constants
|
||||
|
|
Loading…
Reference in New Issue