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)

Palette

Output Ports

Color

Selected color

Color

Parameters

NameTypeDefaultDescription
ColorColor白 (255,255,255)Select a color using the color picker。External input via 📌 Color input available
RFloat255Red channel。Can be promoted to input pin with 📌
GFloat255Green channel。Can be promoted to input pin with 📌
BFloat255Blue channel。Can be promoted to input pin with 📌
AFloat100Opacity。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を注入可能
Color RGB — PixPipeline Node Reference