Description
The LightnessAdjustment property specifies Lightness adjustment of the Player colors in
the range from -100% to 100%.
Type
long
The default value
Zero value.
This keeps the original lightness player colors.
Example
Sub Sample()
Dim fs as FlashSpring2
Set fs = New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\test.ppt"
fs.settings2.Appearance2.PlayerDesign.ColorScheme.PrimaryColor.LightnessAdjustment = 20
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
End Sub