» 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 | 1384 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

~3mth ago

joreg: END OF SHOUTBOX! As this page has is now legacy, it will no longer feature new content. For latest news, see: http://vvvv.org

~4mth ago

joreg: vvvvTv S0204 is out: Custom Widgets with Dear ImGui: https://youtube.com/live/nrXfpn5V9h0

~4mth ago

joreg: New user registration is currently disabled as we're moving to a new login provider: https://visualprogramming.net/blog/2024/reclaiming-vvvv.org/

~4mth ago

joreg: vvvvTv S02E03 is out: Logging: https://youtube.com/live/OpUrJjTXBxM

~4mth ago

~4mth ago

joreg: Follow TobyK on his Advent of Code: https://www.twitch.tv/tobyklight

~4mth ago

joreg: vvvvTv S02E02 is out: Saving & Loading UI State: https://www.youtube.com/live/GJQGVxA1pIQ

~4mth ago

joreg: We now have a presence on LinkedIn: https://www.linkedin.com/company/vvvv-group

~4mth ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~5mth ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/