I need a way to calculate lighter hex color(s) based on a provided one. I realize I could use a color transform, but I need the actual value in order to generate a gradient.
Have you had a look at mx.utils.ColorUtil and the adjustBrightness methods?