Skip to content

M_Aurora_EffectsEngine_EffectLayer_Set_1

Anton Pupkov edited this page Aug 8, 2016 · 2 revisions

EffectLayer.Set Method (KeySequence, Color)

Sets a specific KeySequence on the bitmap with a specified color.

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

Syntax

C#

public void Set(
	KeySequence sequence,
	Color color
)

Parameters

 

sequence
Type: Aurora.Settings.KeySequence
KeySequence to specify what regions of the bitmap need to be changed
color
Type: System.Drawing.Color
Color to be used

See Also

Reference

EffectLayer Class
Set Overload
Aurora.EffectsEngine Namespace

Clone this wiki locally