
slideShowProInstance.albumDescColor
Property; a String containing the hex value for the descriptive text field of each album. The default value is "#CCCCCC".
The following example changes the color of the descriptive text field of each album to black:
my_ssp.albumDescColor = "0x000000";

