notnil / chess

chess package for go
MIT License
508 stars 126 forks source link

Allow user control over alpha values of marks #134

Open theletterjeff opened 8 months ago

theletterjeff commented 8 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.