Linear volume attenuation color.
Vector4 get attenuationColor => _attenuationColor;
set attenuationColor(Vector4 value) { _attenuationColor = value; _markMaterialDataDirty(); }