Color RGB
Creates a color value. Color RGB provides color output for use in the node graph.
intermediate
Since P00
Input Ports
Palette
Connect a palette to select from its colors(Planned for future implementation)
Output Ports
Color
Selected color
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Color | Color | 白 (255,255,255) | Select a color using the color picker。External input via 📌 Color input available |
| R | Float | 255 | Red channel。Can be promoted to input pin with 📌 |
| G | Float | 255 | Green channel。Can be promoted to input pin with 📌 |
| B | Float | 255 | Blue channel。Can be promoted to input pin with 📌 |
| A | Float | 100 | Opacity。Can be promoted to input pin with 📌 |
Technical Details
- カラーピッカーと R/G/B/A スライダーのbidirectional sync
- ピッカーでColorを変更 → R/G/B/A がautomatically updated
- R/G/B/A スライダーを変更 → ピッカーのスウォッチColorがautomatically updated
- 内部処理では 0-255 → 0.0-1.0 に変換して Color 型で出力
- Color パラメータを 📌 入力ピン化すると、外部から Color 型でColorを注入可能
Usage Examples
- ドット絵のColorを直感的に選ぶ
- R/G/B 各チャンネルにアニメーションノードを接続してColorをアニメーション
- パレットノード(将来)と接続してパレットからColorを選ぶ
💡 Tips
- •カラーピッカーと R/G/B/A スライダーの**bidirectional sync**
- •ピッカーでColorを変更 → R/G/B/A がautomatically updated
- •R/G/B/A スライダーを変更 → ピッカーのスウォッチColorがautomatically updated
- •内部処理では 0-255 → 0.0-1.0 に変換して Color 型で出力
- •Color パラメータを 📌 入力ピン化すると、外部から Color 型でColorを注入可能