25#ifndef PCB_DISPLAY_OPTIONS_H_ 
   26#define PCB_DISPLAY_OPTIONS_H_ 
HIGH_CONTRAST_MODE
Determine how inactive layers should be displayed.
 
@ NORMAL
Inactive layers are shown normally (no high-contrast mode)
 
@ RATSNEST
Net/netclass colors are shown on ratsnest lines only.
 
double m_TrackOpacity
Opacity override for all tracks.
 
double m_FilledShapeOpacity
Opacity override for graphic shapes.
 
double m_ZoneOpacity
Opacity override for filled zone areas.
 
double m_ImageOpacity
Opacity override for user images.
 
double m_PadOpacity
Opacity override for SMD pads and PTHs.
 
double m_ViaOpacity
Opacity override for all types of via.
 
HIGH_CONTRAST_MODE m_ContrastModeDisplay
How inactive layers are displayed.
 
NET_COLOR_MODE m_NetColorMode
How to use color overrides on specific nets and netclasses.
 
ZONE_DISPLAY_MODE m_ZoneDisplayMode