displayMaskColorMode
mpt displayMaskColorMode cyclic { "allInOne" | "byMask" | "byLayer" | "byLayerAndMask" }
Description
Controls the granularity of the Show/Hide Color function on the Multiple Patterning toolbar.
-
allInOne: Lets you enable or disable the visibility of all mask colors of all LPPS. -
byMask: Lets you enable or disable a specific mask color. For example,mask1Colorof all colorable LPPs is set to visible or invisible. -
byLayer: Lets you enable or disable all mask colors for a specific layer. For example,mask1Color,mask2Color, andmask3ColorforMetal1layer is set to visible or invisible. -
byLayerAndMask: Lets you enable or disable a mask color for a specific layer. For example,Metal1- Mask1Coloris set to visible or invisible.
GUI Equivalent
envGetVal("mpt" "displayMaskColorMode")
envSetVal("mpt" "displayMaskColorMode" 'cyclic "byMask")
envSetVal("mpt" "displayMaskColorMode" 'cyclic "byLayer")
envSetVal("mpt" "displayMaskColorMode" 'cyclic "byLayerAndMask")
Related Topics
Return to top