Hi everyone,
Is it possible to create a mesh in a 2D world with blur color like the picture below?
I want to draw a rectangle to represent the temperature where the light red will be the low temperature and the dark red will be the high temperature, and the color of that rectangle has the same effect like the one below.
I want to draw a rectangle to represent the temperature where the light red will be the low temperature and the dark red will be the high temperature, and the color of that rectangle has the same effect like the attached picture.
Have you already considered to draw on a canvas and then use the canvas as a texture for your mesh? This approach is demonstrated in the following example: