hubs icon indicating copy to clipboard operation
hubs copied to clipboard

BG - Need ways to manipulate Color

Open j-conrad opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. While it's helpful to have Color as one of the variable types, there are currently no good ways to manipulate colors using Behavior Graphs.

Describe the solution you'd like Some nodes that would be helpful:

  • Separate Color (into RGBA channels)
  • Combine Color (from RGBA channels)
  • Ways to compare colors, mix colors, combine colors, etc.
  • Color Ramp for conversions--this is helpful beyond just color manipulation as it remaps general values.

Describe alternatives you've considered Tried to use other Math Separate nodes with no luck.

Additional context For example, here are some of the available nodes in Geometry Nodes: image

j-conrad avatar Sep 26 '23 21:09 j-conrad