I often draw sequence diagrams for use case realizations that uses both boxes (to group participants, e.g. a controller and a database) and groups (to identify parts where there are alternate flows).
Since the groups have opaque background, the color of the boxes are not visible in the grouped portions.
That's fairly OK if the group isn't more than a few messages high, but I often find myself drawing diagrams where most of the messages are within groups an then the boxes sort of disappear.
Would it be possible to have a transparent group?
E.g. with
skinparam SequenceGroupBodyBackgroundColor transparent
Or by defining a certain color as transparent and use that color as background?
E.g with
skinparam TransparentColor Azure
skinparam SequenceGroupBodyBackgroundColor Azure
/MiKe