Demo Flows

Computing Demo

Interactive color computation using RGB values with real-time preview

How it Works
Understanding the RGB color computation flow

Input Nodes

Adjust the Red, Green, and Blue values using the number input nodes. Values range from 0 to 255.

Color Preview

The central node displays the resulting color in real-time as you adjust the RGB values.

Lightness

The lightness node calculates and displays the perceived brightness of the current color.

Log Output

Monitor the RGB values and color changes in the log node for debugging and analysis.

Try This

  • • Set all RGB values to 255 for white
  • • Set all values to 0 for black
  • • Try (255, 0, 0) for pure red
  • • Experiment with different combinations
Features Demonstrated
  • Custom Node Types
  • Real-time Data Flow
  • Node Communication
  • Visual Feedback
  • State Management