setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
715 stars 134 forks source link

the background color of title for each node #39

Closed kkngsm closed 2 years ago

kkngsm commented 2 years ago

In #33 make it possible to specify the background color of title for each node

titllebar_color() returns None by default. If it is None, it will be the default color. So I didn't implement it in example.

setzer22 commented 2 years ago

Great work, thanks! :)