hex2nuke v1.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Diogo Girondi
Converts a hex value to a linear RGB float using Nuke's standard sRGB to Linear LUT
Requirements:
5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
08 Jul 2010
446

Converts a hex value to a linear RGB float using Nuke's standard sRGB to Linear LUT in order to port color values from Photoshop, Illustrator and such over to Nuke.

After it's installed you should see a menu called "HEX to Nuke" under the pane menu.

Please login in order to download these files.

Comments   

 
0 # Victor Perez 2011-05-15 06:27
Nice one! Thanks!

Btw, What's the maths formula to convert from RGB to Hex and the other way around?
 
 
0 # Tallulah Yang 2018-05-15 03:48
#sRGB to Lin using Nuke's default expression
r = ( r1 / 12.92 ) if r1 < 0.4045 else math.pow( ( r1 + 0.055 ) / 1.005, 2.4 )

I think the 0.4045 may be change to 0.04045
 

You have no rights to post comments

We have 2269 guests and 73 members online