1

I am very new to blender still. I want to simply change the color of an object in the video. I want to know if there is good way to do this. I am including what I have to test.

enter image description here

enter image description here

slackwars
  • 155
  • 7
  • FYI images used in the project are not saved in the .blend file. They have to be packed. https://blender.stackexchange.com/questions/139054/how-to-pack-images-into-blend-file – susu Aug 17 '20 at 02:43
  • I updated the OP with the packed file. – slackwars Aug 17 '20 at 02:57

1 Answers1

2

There are many ways to do what you want.

Here are a few ideas:

  • Use a hue correct node, where you can select the color very precisely and change the hue (or saturation).

    enter image description here

  • Use a chroma key to create a matte and then use that information to combine two differently colored versions of the same image.

    enter image description here

  • Or use a mask to control the mix.

    enter image description here

susu
  • 14,002
  • 3
  • 25
  • 48
  • Thanks. Sounds like I was on the right path using a mask and chroma key to keep the color changes localized on the specific object. thx – slackwars Aug 17 '20 at 13:52
  • Use the masks as factor to mix elements, the only difference is that some can be created automatically for you and some you draw yourself, but the function is the same. – susu Aug 17 '20 at 13:53