Function VisualServerSingleton.environmentSetDofBlurFar

Sets the values to be used with the "DoF Far Blur" post-process effect. See Environment for more details.

void environmentSetDofBlurFar (
  const(RID) env,
  const(bool) enable,
  const(double) distance,
  const(double) transition,
  const(double) far_amount,
  const(long) quality
) nothrow @nogc;