LensFlareEffectColor()

Syntax

LensFlareEffectColor(#Effect, ColorType, Color)
Description
Changes the color of the specified lens flare effect part.

Parameters

#Effect The effect to use. This effect has to be created with CreateLensFlareEffect().
ColorType This can be one of the following value:
  #PB_LensFlare_HaloColor  : changes the halo color
  #PB_LensFlare_CircleColor: changes the circle color
  #PB_LensFlare_BurstColor : changes the burst color
Color The new color for the selected lensflare part. A valid color can be get with RGB().

Return value

None.

See Also

CreateLensFlareEffect()

Supported OS

All

<- IsEffect() - SpecialEffect Index - RibbonEffectColor() ->