Клуб API Карт

Кастомный цвет кластера в RemoteObjectManager

Пост в архиве.

objectManager = new ymaps.RemoteObjectManager('', {
        clusterHasBallon: false,
        clusterHasHint: false,
        clusterDisableClickZoom: true,
        clusterOpenBalloonOnClick: false,
});


Пресеты делаются без проблем. но iconColor выставить не получается.
Есть в песочнице готовый пример - https://tech.yandex.ru/maps/jsbox/2.1/object_manager
Как тут сделать iconColor через objectManager.clusters.options.set?