LineRenderer and Start/End Color

How do you make Line Renderer obey the Start/End color parameters?

To answer my own thread for posterity: you need to use one of the Particles/* materials!

Or just any shader that takes vertex colors into account. LineRenderer, TrailRenderer and particle systems all use vertex colors.