Description
The SaturationAdjustment property specifies saturation adjustment of Player colors in
the range from -100% to 100%.
Type
long
The default value
Zero value.
This keeps original saturation of 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.SaturationAdjustment = 50
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
End Sub