{"library":"node-red-color","title":"Node-RED Color Picker","description":"A Node-RED node that stores a user-picked color in msg.color. Version 1.0.0, stable but limited to Node-RED ecosystem. Requires farbtastic dependency for the color picker UI. Not actively maintained.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install node-red-color"],"cli":null},"imports":["npm install node-red-color","// not applicable (Node-RED node)","module.exports = function(RED) { RED.nodes.registerType('color', ColorNode); }"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// In Node-RED, install via Manage Palette or npm:\n// npm install node-red-color\n// Then add a 'color' node from the palette.\n// Configure: select a color in the picker.\n// Deploy. The node sets msg.color to the chosen color string.\n// Example flow:\n[{\"id\":\"1\",\"type\":\"color\",\"name\":\"My Color\"}]\n// Output: msg.color = \"#ff0000\" (example)","lang":"javascript","description":"Install the node, add it to a flow, configure a color, deploy, and see the color in msg.color.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}