ScoreFlashRendererBase AlphaMultiplyColor Method ScoreFlash API Documentation V4.6.0
Multiplies the alpha value of b with the alpha value of a and returns a, which basically means that you get a with an alpha value that can be animated with b. This is used to adjust the alpha value of background images that are used together with ScoreFlash prefabs.

Namespace: NarayanaGames.ScoreFlashComponent
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public Color AlphaMultiplyColor(
	Color a,
	Color b
)

Parameters

a
Type: Color
the color of the background
b
Type: Color
the color that has the alpha value

Return Value

a with the alpha multiplied with the alpha of b
See Also