Graph Editor : Allow background color to be specified
Issue
The background color for the node graph area is hard-coded. There is the desire from users to be able to control this.
Proposal
Expose this as a command line argument:
--graphBackground <R,G,B>
where <R,G,B> is a color tuple in the range 0..1 for each channel.
When not specified the current default color is used.
Hi , Can I take up this issue to work on ?
@Faraz011 I'll defer to @kwokcb on this, but perhaps he has already written an implementation in https://github.com/AcademySoftwareFoundation/MaterialX/pull/2371?
Let me know if I'm wrong, @kwokcb, but I think you've already proposed a PR for this work, so I'll remove the Good First Issues tag in preparation for our upcoming event.