Saturated Reflection
By default Boxshot processes reflection as it is a foil placed on top of the diffuse material. Every ray that hits it gets reflected. This works just fine for foil simulation and metallic surfaces, but sometimes you might need it a different way, so here comes the saturated reflection effect.
Test Scene
Drag a sphere into the new project to get something like this:

Then apply a colorful diffuse texture, so you can easily spot the difference later:

Finally, drag the Reflection level slider to 50%, so the ball starts reflecting:

Great, now you can see that while you move the reflection slider, the metallic reflection replaces the diffuse texture. You’re slowly getting a metallic ball without any texture. If you apply a reflection mask now, you get foil effect, but what if we want the reflection to take diffuse texture into account?
Enabling Saturation
Check the Saturated by artwork box and see the difference:

You see that the ball still reflects, but it now reflects with the colors of the diffuse texture. Let’s set reflection level to 100%:

We’ve got a reflective metallic textured ball, great. Now switch the saturated reflection off to see the difference:

Now it is a simple metallic sphere, all the rays are reflected and the artwork is not visible.
How It Works?
Basically, non-saturated reflection acts like a foil placed above the artwork. Here is a sketch:

You see that reflective layer placed above the texture reflects rays before they catch the color. All the rays at the left gets reflected intact, while the right rays get diffuse color, but don’t get reflected and you see that part matte.
Here’s what happens when you enable saturated reflection:

This time reflective layer is below the diffuse one, so rays have to pass through the diffuse part and then back. That’s where they get colored and that’s why you see the reflection saturated by the artwork.
Summary
So the option is quite simple: if you need a clear foil or metallic effect, just leave everything as is. If you want rich colorful reflections, enable the saturated option. For more flexible control of the reflection, consider using reflection masks.
More Tutorials
- Realistic Rendering — improving scenes visual appearance;
- Decals — applying decals and configuring them;
- Lighting — control environment and directional lighting;
- Floor Reflection — reflecting scene objects in the floor;
- Complex Shape Rotation — how to do more than the rotation gizmo can handle;
- Loft Objects — Quick Start Guide — making loft objects from scratch or configuring the built–in ones;
- Loft Objects — FAQ — frequently asked questions about lofts, when the quick start guide is not enough;
- Loft Objects — Shape Editor — editing loft shapes using the built–in editor;
- Lathe Curve Editing — editing lathe curves using the built–in editor;
- Glass Materials — how to make semi–transparent objects look attractive;
- UV–Spot — how to make a UV–spot effect easily;
- Depth Of Field — adding more realism to your renderings;
- Semi–Transparent Labels — how to make semi–transparent and partial labels on bottles;
- Foil Effect — how to add foil–finishing to your shapes;
- 3D Text — making 3D text objects in Boxshot;
- Extruded Objects — how to make thick 3D object of your flat 2D curve;
- Conical Labels — making conical labels with distorted artwork.