Reset default color selection to CLASS for TraceAnnotator

This commit is contained in:
LinasKo 2024-11-01 18:14:56 +02:00
parent ab99c3615d
commit b8daa408bf
1 changed files with 1 additions and 1 deletions

View File

@ -1609,7 +1609,7 @@ class TraceAnnotator(BaseAnnotator):
position: Position = Position.CENTER,
trace_length: int = 30,
thickness: int = 2,
color_lookup: ColorLookup = ColorLookup.INDEX,
color_lookup: ColorLookup = ColorLookup.CLASS,
):
"""
Args: