
vec3 applyPaintHsl(vec3 color)
{
	return color;
}
