Copyright © 2005-2019 MultiMedia Soft

Spectrum.ColorBands property

Previous pageReturn to chapter overviewNext page

Remarks

 

Determines the spectrum "bands" color.

adjstudnet_i00003e

 

Syntax

 

[Visual Basic]

Public Function get_ColorBands (

nPlayerIndex as Int16

) as Color

 

Public Sub set_ColorBands (

nPlayerIndex as Int16,

color as Color

)


 

[C#]

public Color get_ColorBands (

Int16 nPlayerIndex

);

 

public void set_ColorBands (

Int16 nPlayerIndex,

Color color

);


 

[C++]

public: Color get_ColorBands (

Int16 nPlayerIndex

);

 

public: void set_ColorBands (

Int16 nPlayerIndex,

Color color

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

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

color

The new color to apply

 

 

See also

 

Spectrum class.

DisplaySpectrum property

How to use the embedded Visual Feedbacks section.