RESOLVED: Shader built using Shadergraph's Vertex Color node looks washed out

Hi All,

I recently brought my working Android game into v2018.1 and decided to try the new Lightweight Render Pipeline to see if it could improve the performance of my game. Everything seemed to be working fine until I created my new shadergraph vertex color shader and I realised that all of my game objects which are purely vertex coloured were looking pale and washed out.

**Original version** [Google Play screenshots](https://play.google.com/store/apps/details?id=com.MolberGames.CrashyBashBoom&hl=en_US)

**Shadergraph version** ![122287-e10500f7-5cdd-426f-9608-5a44a2cdcea3-308-000000ab3.jpeg|801x486](upload://bVVuhk7Rz3y3LFjDmI1Xno9pd5L.jpeg)

I tried multiple node connections within the 'vertex color' node to the 'Master PBR' node (i.e. linking the VC only to the albedo connector, to all of them, just some of them, etc) but nothing seems to bring about the strong colours I had in the past.

I've tried adding 'split' node as I'd seen someone else try it, but it's made hardly any difference.

My shadergraph setup

I'm sure I'm just missing something obvious but as I'm new to the Shadergraph tool, I'm lost as to what that might be. My previous working VC shader was built from one that I'd found on the Unity forum from someone donating their own code.

If anyone can steer me to where I'm going wrong, I'd highly appreciate it.

Apologies to those who like @VOTRUBEC who were possibly watching this post - I did manage to resolve my problem (oddly enough by looking at a similar issue on a UE4 problem) by adding a LERP node and an extra Multiply node. Once you have them assigned, you can tweak the settings to your heart's content using the PBR Master node.

I did find that for my game, which includes both dynamic and static models, both using vertex colours, that I had to create two versions of the same shader and apply them as required.

Hope that's of use :)

![124073-screenshot-2018-09-06-104755.png|1218x777](upload://xZ1zdec7SM2Jgh0zG7XpvAmMJGB.png) ![124074-screenshot-2018-09-06-110007.png|599x396](upload://eqW6iUJbJNFY95xgUcg4KDYJROR.png)