How can i rotate final result of my material

I have created a material like this and i want to keep a node for rotation here so that if i give some value the whole material will be rotated is there any node like that

Tried with custom rotator but it is not working fine

You need to script it in such a way that you’re manipulating the UVs:

Image from Gyazo

Shader will not understand what it means to rotate a colour value.

yea i kept like this and it is working fine