• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

HueSaturation

Author: u7angel
Date: 14 Jul, 2010
Category: effect
Credits:

posted by Hrovac

Download

64bit

0-huesaturation.zip
14 Jul, 2010 - 09:40

Description

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

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
ventolinmono
01 Aug, 2012 - 19:01

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

ethermammoth
21 Aug, 2012 - 10: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 Aug, 2012 - 11:29

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

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top