Jan,
Step #1: On Monday, I will put a patch TreeMapControl.as to change:
private function get colorPalette():ColorPalette {
-to-
protected function get colorPalette():ColorPalette {
If you need the change sooner, you can always make the change yourself
in a temporary branch.
Step #2: You can need to derive a specific class from TreeMapControl
and return a different ColorPalette instance with your color values.
The documentation for ColorPalette is in the Flare module.
You must still map a data value to a color as the controls are data
driven. You will just be mapping a particular data value to a
particular color to get the effect you want.
Cheers,
Jon