BloomEffect

사용되지 않는 항목 표시

The BloomEffect simulates the camera viewing a very bright light. It causes brighter colors to glow, similar to applying the neon Material to everything, including the Sky. Multiple BloomEffect objects can be applied at once and they will compose their effects together.

Like other post-processing effects, BloomEffect will only work while Enabled and when parented to Lighting or Workspace.CurrentCamera. Also, it may render differently depending on your Studio settings (see the Quality Level settings in RenderingPerformance).

For more details on this effect and others, see Post-Processing Effects.

요약

속성

  • 병렬 읽기

    Determines the additive blending intensity.

  • 병렬 읽기

    Determines the radius of the bloom in pixels.

  • 병렬 읽기

    Determines how bright a color must be before it blooms.

속성PostEffect에서 상속되었습니다
  • 병렬 읽기

    Toggles whether or not the PostEffect is enabled.

속성

Intensity

병렬 읽기

Intensity determines how intensely the colors that bloom (determined by the Threshold) will additively blend with themselves. Higher values will produce brighter colors.

Size

병렬 읽기

Size determines the radius of the bloom effect in pixels in a similar manner to BlurEffect.Size. Larger values create a wider bloom effect, and a value of 0 will disable the bleed (but not the color adjustment).

Threshold

병렬 읽기

Threshold determines how bright a color can be before it blooms. If set to 1, only pure white colors will bloom. If set to 0, all colors will bloom.

메서드

이벤트