How can I specify the color and thickness of line annotations?
3 vues
Réponse
When using `annotationType="LINES"`, you can specify the color using the `r`, `g`, and `b` parameters for the red, green, and blue channels, respectively. The `thickness` parameter can be used to set the line thickness in pixels.