Remarks
Determines the VU-Meter "bands" color.
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 VU-Meter
|
color
|
The new color to apply
|
See also
VUMeter class.
DisplayVUMeter property
How to use the embedded Visual Feedbacks section.
|