final FObj fobj, final FoContext context) {
final ValueCollection collection = (ValueCollection) value();
final int whichElement = PropertyCollection.whichElementForDirectional(
direction, collection.getCount());
final PropertyValue insideProperty = collection.getItem(whichElement);
return insideProperty.evalColor();
}
/**
* Returns the value of this property when the value is a keyword.
* @param context An object that knows how to resolve FO context issues.