Tint/recolour to a specific RGB value

Post your questions here and we'll all try to help.
Post Reply
anthonydiehl
Posts: 24
Joined: Mon Mar 17, 2014 21:12

Tint/recolour to a specific RGB value

Post by anthonydiehl »

Is there a way/trick to tinting or recolouring media to a specific RGB vaue? For example, I have a solid white circle on black and want to tint it to a specific RGB value (ie 122,45,35). As far as I can see, resolume only allows for HSL adjustments and not objective RGB values. Any ideas how to do this or a creative work around?

A

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Tint/recolour to a specific RGB value

Post by Joris »

HSL is just a different way to express color values, just like Hex is. You can get exactly the same colors with HSL as you can with RGB or Hex. Most graphical applications will let you switch between RGB, Hex and HSL when displaying color values.

If you just have the RGB values to work with, you can use a converter if you want to go from one to the other: http://www.rapidtables.com/convert/color/rgb-to-hsv.htm

anthonydiehl
Posts: 24
Joined: Mon Mar 17, 2014 21:12

Re: Tint/recolour to a specific RGB value

Post by anthonydiehl »

Cool, thanks.

Saturation and Lightness make sense for dialing in in resolume since they are on a 0-100 scale. What about getting precise Hue? Its 0-1 in resolume but 0-360 in a typical HSL value.

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Tint/recolour to a specific RGB value

Post by Joris »

Just divide by 360 :)

Zoltán
Team Resolume
Posts: 7603
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Tint/recolour to a specific RGB value

Post by Zoltán »

drop an automask effect to make the black transparent,
use an InvertRGB to make the circle black
and use another invert RGB to dial your color
putting in
R: 122/255
G: 45/255
B: 35/255
the value field should get you the exact color.

assuming you only need the circle.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

Post Reply