notnil / chess

chess package for go
MIT License
521 stars 135 forks source link

Allow user control over alpha values of marks #134

Closed theletterjeff closed 5 days ago

theletterjeff commented 11 months ago

Currently, the fill-opacticity of the mark rect elements is hard-coded to 0.2. It would be nice to allow the user to control that, since it's a parameter users pass into color.RGBA{} anyway.