Opened 10 years ago

Closed 9 years ago

#167 closed defect (fixed)

volume color option rgba(r,g,b,a) does not work

Reported by: Tom Goddard Owned by: Tom Goddard
Priority: minor Milestone:
Component: Volume Data Version:
Keywords: Cc: meng@…
Blocked By: Blocking:
Notify when closed: Platform: all
Project: chimera

Description

The volume color option gives

volume #1 color rgba(.5,0,0,.5)

Invalid "color" argument: Invalid color name or specifier

This is because it is parsing the color option as ListOf(ColorArg) and apparently the ListOf splits on commas so the above spec gets split into 4 colors.

In Chimera 1 you specified multiple color options in one command. But that is not supported in Chimera 2 currently.

Could change the separator for colors from comma to ":" -- ugly.

Change History (1)

comment:1 by Elaine Meng, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.