text_color from DEFAULT to LEGACY
This commit is contained in:
parent
e2f33faa67
commit
c5d052ed16
|
|
@ -1011,7 +1011,7 @@ class LabelAnnotator(BaseAnnotator):
|
|||
def __init__(
|
||||
self,
|
||||
color: Union[Color, ColorPalette] = ColorPalette.DEFAULT,
|
||||
text_color: Union[Color, ColorPalette] = ColorPalette.DEFAULT,
|
||||
text_color: Union[Color, ColorPalette] = ColorPalette.LEGACY,
|
||||
text_scale: float = 0.5,
|
||||
text_thickness: int = 1,
|
||||
text_padding: int = 10,
|
||||
|
|
|
|||
Loading…
Reference in New Issue