PcbDrawStyle parameters

  • board : [string] (default: '#208b47') Color for the board without copper (covered by solder mask).

  • clad : [string] (default: '#cabb3e') Color for the PCB core (not covered by solder mask).

  • copper : [string] (default: '#285e3a') Color for the copper zones (covered by solder mask).

  • outline : [string] (default: '#000000') Color for the outline.

  • pads : [string] (default: '#8b898c') Color for the exposed pads (metal finish).

  • silk : [string] (default: '#d5dce4') Color for the silk screen.

  • highlight_on_top : [boolean] (default: false) Highlight over the component (not under).

  • highlight_padding : [number] (default: 1.5) (range: 0 to 1000) How much the highlight extends around the component [mm].

  • highlight_style : [string] (default: 'stroke:none;fill:#ff0000;opacity:0.5;') SVG code for the highlight style.

  • vcut : [string] (default: '#bf2600') Color for the V-CUTS.