Pluginzip - Pixeltools Hueshift Dctl
Effortlessly shift the hue, saturation, and density for Red, Green, Blue, Cyan, Yellow, and Magenta.
: Reviewers from ProVideoCoalition and digitalfilms note that the plugin can replace multiple native nodes (like Hue vs. Sat, Hue vs. Hue, and Color Warper), allowing for "one-node" color correction that saves significant time during look development. pixeltools hueshift dctl pluginzip
// Orange (Center 1/12 = 0.0833) float d_o = hue_dist(h, 0.0833f); if (d_o < tolerance) shift += orange_range * (1.0f - d_o/tolerance); Effortlessly shift the hue, saturation, and density for
PixelTools_HueShift.dctl
It is built for professional workflows like DaVinci Wide Gamut (DWG) and ACES, and it is compatible with Blackmagic control surfaces. Performance vs. Native Tools Hue, and Color Warper), allowing for "one-node" color
: Use Hue/Shift after your exposure and contrast nodes but before your final display transform (e.g., Rec.709 ODT).
: Uses a soft-clipping algorithm to pull "out-of-bounds" colors back into a natural range while maintaining the intended hue shift.