I am looking to color a fractal within my fragment shader in an WebGL project.
Within my fragment shader, I have a vec3 called Color that contains the RGB values from 0.0-1.0.
To make a fractal design similar to
but in black and white,
what would I need to set the Color vector to? This color is then multiplied by the Weighted Lighting for the gl_FragColor.