how hou.Color + * operator works

   1525   0   0
User Avatar
Member
7 posts
Joined: 11月 2014
Offline
I tried to add 2 hou.Color together and I get type error unsupported operand type for +: “Color” and “Color”.

but in documentation hou.Color is reported to have __add__ and __mul__ operators.

how I can add 2 colors together?

does the add and/or multiply clamp the color in some way?
  • Quick Links