struct ParticleGradient

in global :: Sandbox

😔 No documentation found.


public ParticleGradient.ValueType Type { get; set; }

😔 No documentation found.

public ParticleGradient.EvaluationType Evaluation { get; set; }

😔 No documentation found.

public Gradient GradientA { get; set; }

😔 No documentation found.

public Gradient GradientB { get; set; }

😔 No documentation found.

public Color ConstantA { get; set; }

😔 No documentation found.

public Color ConstantB { get; set; }

😔 No documentation found.

public Color ConstantValue { get; set; }

😔 No documentation found.

public static ParticleGradient op_Implicit( Color color )

😔 No documentation found.

public Color Evaluate( ref float delta, ref float randomFixed )

😔 No documentation found.

public Color Evaluate( Particle p, uint seed, uint line = 0 )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public ParticleGradient( )

😔 No documentation found.