Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleSystem.MinMaxGradient Constructor

Switch to Manual
public ParticleSystem.MinMaxGradient(Color color);

Parameters

colorConstant color.

Description

A single constant color for the entire gradient.


public ParticleSystem.MinMaxGradient(Gradient gradient);

Parameters

gradientA single gradient for evaluating against.

Description

Use one gradient when evaluating numbers along this Min-Max gradient.


public ParticleSystem.MinMaxGradient(Color min, Color max);

Parameters

minThe constant color describing the minimum colors to be evaluated.
maxThe constant color describing the maximum colors to be evaluated.

Description

Randomly select colors based on the interval between the minimum and maximum constants.


public ParticleSystem.MinMaxGradient(Gradient min, Gradient max);

Parameters

minThe gradient describing the minimum colors to be evaluated.
maxThe gradient describing the maximum colors to be evaluated.

Description

Randomly select colors based on the interval between the minimum and maximum gradients.

Did you find this page useful? Please give it a rating: