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
5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
08 Jul 2010
461
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
Btw, What's the maths formula to convert from RGB to Hex and the other way around?
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
RSS feed for comments to this post