# GraphicsContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fillColor** | **String** | The fill color to use for the overlay. Colors are typically specified by their RGB hex values, but you can also use a [friendly CSS color name](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). | [optional] **lineColor** | **String** | The line color to use for the overlay. Colors are typically specified by their RGB hex values, but you can also use a [friendly CSS color name](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). | [optional] **lineWeight** | **String** | The line weight or thickness to use for the overlay. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)