color

awgrover/adafruitneopixel/color

No description
color
@/color
color
val
valnumber
To use the node in your project you should have the awgrover/adafruitneopixel 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

//-- int Adafruit_NeoPixel::Color()
// Our constructor namespace should be: awgrover__adafruit_neopixel_ll__adafruitneopixel
struct State {
  // not used
  };

{{ GENERATED_CODE }}

void evaluate(Context ctx) {

  // no inputs

  // var names are valid c++ because we got them from the arglist of the c++ method
  

  auto rez = Adafruit_NeoPixel::Color(  ); // int
  
  emitValue<output_val>(ctx, rez); // int
}