ColorConverter: fix a docstring
This commit is contained in:
parent
eaf8bc0abe
commit
b453d18579
@ -39,7 +39,7 @@
|
|||||||
//| class ColorConverter:
|
//| class ColorConverter:
|
||||||
//| """Converts one color format to another."""
|
//| """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.
|
//| """Create a ColorConverter object to convert color formats.
|
||||||
//|
|
//|
|
||||||
//| :param Colorspace colorspace: The source colorspace, one of the Colorspace constants
|
//| :param Colorspace colorspace: The source colorspace, one of the Colorspace constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user