Copyright © 2001-2019 MultiMedia Soft

Waveform.UseHalfColorForPeaks property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

enumBoolean for Visual Basic

 

 

Syntax

object.Waveform.UseHalfColorForPeaks [=long]

 

 

Remarks

When generating the waveform bitmap view through one of the following methods: Waveform.BitmapViewSaveToFile, Waveform.BitmapViewSaveToMemory and Waveform.BitmapViewDrawToHdc  determines if the waveform line must be drawn using only the color set inside the Waveform.ColorLine property or if waveform's peaks should be drawn using a second color which is half the intensity of the color set through the Waveform.ColorLine property.

Supported values are the following:

Mnemonic constant

Value

Meaning

BOOL_FALSE

0

Don't use half color for drawing waveform peaks

 

BOOL_TRUE (default)

1

Use half color for drawing waveform peaks

 

 

 

See also

Waveform COM object.

Waveform property

How to use the embedded Visual Feedbacks tutorial.

How to obtain the sound's waveform tutorial.