eda_pcb_layer_set_inactive_layer_transparency
Adjust the transparency of inactive PCB layers to reduce visual clutter and focus on the active layer during editing.
Instructions
pcb_Layer.setInactiveLayerTransparency(transparency: number) -> Promise 设置非激活层透明度 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |