Skip to content
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

Ability to set node color per node class #38

Closed
darth-biomech opened this issue Apr 23, 2021 · 1 comment
Closed

Ability to set node color per node class #38

darth-biomech opened this issue Apr 23, 2021 · 1 comment
Assignees
Labels
new feature New feature or request

Comments

@darth-biomech
Copy link

It would be nice if the node styles were customizable from the blueprints - color of the header, and other parameters if they exist.

@MothDoctor MothDoctor self-assigned this Apr 23, 2021
@MothDoctor MothDoctor added the new feature New feature or request label Apr 23, 2021
@MothDoctor MothDoctor changed the title Feature request: custom node styles Ability to set node color per node class Apr 23, 2021
@MothDoctor
Copy link
Contributor

NodeStyle itself cannot be customized in blueprints.

However, you can already provide custom Flow Node color by implementing GetNodeTitleColor method. I was thinking about FLinearColor property, but I have no way of knowing if the color is set (the default black color is also valid color).
I know that directly setting color on property would be the easiest way, especially with the color picker. But I guess it's not a big issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants