Agent Node Docs

Color Converter Tool Node

Converts colors between Hex and RGB

Color Converter Tool Node

The Color Converter Node is responsible for converts colors between hex and rgb. This node allows the agent to provide informative data directly sourced from Color Converter.

Input Parameters

  • color: The color value (e.g., '#FFFFFF' or '255,255,255').
  • from_format: The source format ('hex' or 'rgb').
  • to_format: The target format ('hex' or 'rgb').

Output

dict: A dictionary containing the converted color.