Skip to content

M_Aurora_EffectsEngine_ColorSpectrum_SetColorAt

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

ColorSpectrum.SetColorAt Method

Adds a new color or sets an existing color at a specified position.

Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public void SetColorAt(
	float position,
	Color color
)

Parameters

 

position
Type: System.Single
The position value of range [0.0f, 1.0f]
color
Type: System.Drawing.Color
The color to be set

See Also

Reference

ColorSpectrum Class
Aurora.EffectsEngine Namespace

Clone this wiki locally