Copyright © 2005-2019 MultiMedia Soft

Waveform.ColorLine property

Previous pageReturn to chapter overviewNext page

Remarks

 

Determines the color of the Waveform line.

adjstudnet_i000042

Syntax

 

[Visual Basic]

Public Function get_ColorLine (

nPlayerIndex as Int16

) as Color

 

Public Sub set_ColorLine (

nPlayerIndex as Int16,

color as Color

)


 

[C#]

public Color get_ColorLine (

Int16 nPlayerIndex

);

 

public void set_ColorLine (

Int16 nPlayerIndex,

Color color

);


 

[C++]

public: Color get_ColorLine (

Int16 nPlayerIndex

);

 

public: void set_ColorLine (

Int16 nPlayerIndex,

Color color

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the Waveform

color

The new color to apply

 

 

See also

 

Waveform class.

DisplayWaveform property

How to use the embedded Visual Feedbacks tutorial.

How to obtain the sound's waveform tutorial.