Hi Frederick, yes a color of all black like the "Default" style will not be modified by the lighten/darken factors. That color is handled as a special case with black being used as the color for wire objects like curves and edges and white being used for surface shading.
> So where does the Default color get it's default RGB values from?
It's just built in to the display system that an RGB color of full black draws wires in black but uses white for shaded surfaces.
If it did not do this and used black for the shaded surface color it would be pretty weird because that looks like this:
If you want it to look like that, you can do that by setting the color to something very close to black like r=1, g=0, b=0 . It will then also respond to lighten/darken options but it will be hard to see any result from darkening something that's already almost full black.
> but clearly it doesn't appear that way on an object. It seems to be RGB = (188,188,188).
It gets switched to full white, RGB = 255,255,255 . But it will only be that color at areas that receive the most amount of lighting.
- Michael
|