globalColorShiftingPolicy
mpt globalColorShiftingPolicy cyclic { "cluster" | "layer" | "none" }
Description
Controls the color shift types that the coloring engine can use to resolve color conflicts on instances.
-
cluster: Cluster shifts are used. Cluster references are created. Clusters are groups of shapes that should color shift together. The shapes can be connected or they can be within same mask spacing. -
layer: Only layer shifts are used. Cluster references are not created. -
none: Cells are not shifted. Cluster references are not created.
GUI Equivalent
Examples
envGetVal("mpt" "globalColorShiftingPolicy")
envSetVal("mpt" "globalColorShiftingPolicy" 'cyclic "cluster")
envSetVal("mpt" "globalColorShiftingPolicy" 'cyclic "layer")
Related Topics
Return to top