d-colour

hio/nwt-gus-hi/d-colour

Outputs a color value which you may change in real-time during a debug or simulation session
d-colour
@/d-colour
Outputs a color value which you may change in real-time during a debug or simulation session
d-colour
OUT
OUTxod/color/color
To use the node in your project you should have the hio/nwt-gus-hi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.

C++ implementation

struct State {
};

{{ GENERATED_CODE }}

void evaluate(Context ctx) {
    // The actual code that makes tweak-nodes work
    // is injected in detail::handleTweaks
}