unclusteredShapeColor
mpt unclusteredShapeColor cyclic { "gray" | "random" | "asIs" | "layerDefault" }
Description
Sets the color assignment for shapes on multiple patterning layers that do not belong to a cluster when the MPT color engine is activated.
-
gray: No color assignment. -
random: Shapes are randomly assigned to an available mask color for the layer. -
asIs: Shapes with a color assignment will be unchanged unless a color violation exists, then the color engine can change the color. Shapes without a color assignment but that are same-mask spacing or less from another same-layer shape will be colored using the layer default color, if set, or will be randomly colored; otherwise, gray shapes will remain gray. -
layerDefault: Shapes are assigned to the default color for the layer.
GUI Equivalent
Examples
envGetVal("mpt" "unclusteredShapeColor")
envSetVal("mpt" "unclusteredShapeColor" 'cyclic "gray")
envSetVal("mpt" "unclusteredShapeColor" 'cyclic "random")
envSetVal("mpt" "unclusteredShapeColor" 'cyclic "layerDefault")
Related Topics
Return to top