Can we support the ad hoc gradient notations in the activity diagrams as follows?
partition #red/#white testPartition {
#blue/#white:testActivity;
}
Currently you can do this only globally by specifying the skinparams:
skinparam partitionBackgroundColor red/white
skinparam activityBackgroundColor blue/white