TheJacksonLaboratory / ezomero

A module with convenience functions for writing Python code that interacts with OMERO.
GNU General Public License v2.0
39 stars 13 forks source link

[FEATURE] Implement `fill_color`, `stroke_color` and `stroke_width` as `Shape` parameters #65

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

Is your feature request related to a problem? Please describe. Right now, we only set these parameters at the ROI level, where they could potentially be different between Shapes.

Describe the solution you'd like Extra few parameters for every ezShape class.

erickmartins commented 1 year ago

merged. can be closed