» HueSaturation
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

HueSaturation

effect
Credits: posted by Hrovac

about

change the color and lightness of a texture, colorize your texture or turn it into grayscale

download

huesaturation.zip
14.07.10 [11:40 UTC] by u7angel | 1351 downloads

ventolinmono 01/08/2012 - 21:01

Hi
Red HueSaturation node.
Installed it on my Root\Contributions path.
How can i fix this?

ethermammoth 21/08/2012 - 12:11

changing the pixelshader version to 3 solved the errors for me:

technique ColorOffset
{
    pass P0
    {
        VertexShader = compile vs_1_1 VS();
        PixelShader  = compile ps_3_0 psRGBToHSV();
    }
}
 
technique Colorize
{
    pass P0
    {
        VertexShader = compile vs_1_1 VS();
        PixelShader  = compile ps_3_0 psColorize();
    }
}
lecloneur 21/08/2012 - 13:29

Just use the HSCB shader from unc in the addon pack.

anonymous user login

Shoutbox

~5d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/

~1mth ago

schlonzo: Love the new drag and drop functionality for links in latest previews!

~2mth ago

joreg: Workshop on 29 02: Create Sequencers and Precise Clock Based Tools. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-08-create-sequencers-and-precise-clock-based-tools-in-vvvv-gamma/

~2mth ago

joreg: Workshop on 22 02: Unlocking Shader Artistry: A Journey through ‘The Book of Shaders’ with FUSE. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-12-book-of-shaders/