-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Support translucent color #290
Comments
Just a thought, I think right now we can either have three blocks for red, blue, green or four blocks to include transparency. What if just a single block would indicate just a transparency value? But we should maybe look around a bit more, how such data is expressed in other systems - maybe there's a clever solution that we just don't know😀 |
I propose that transparency should be defined directly under the |
@ykulbak I like this idea. This way we wouldn't need to specify the transparency for each component. It'd be just a rendering hint how to show rest of the model. |
We've discussed it in the call, we'll go with that approach😀 |
Discussion summary:
It was decided to pause and defer the discussion to a future meeting with a greater number of participants. |
We just discussed it in a larger group in the call. The linked PR in the BCF XML repo looks good, and we'll do it that way😀 |
--------- Co-authored-by: Yoram Kulbak <[email protected]>
Closed with #326 |
Currently there is no way to make an element translucent, while still keeping the original color.
I suggest that we all agree on a color value that should be treated translucent, example "000000", or similar.
Also, it should be possible to transluce (or color) all elements except some.
The text was updated successfully, but these errors were encountered: