KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS Struct Reference

#include <pcbnew_settings.h>

Public Attributes

KIGFX::COLOR4D m_ZeroSkewColor { 1.0, 1.0, 1.0, 1.0 }
 
KIGFX::COLOR4D m_PositiveSkewColor { 0.0, 0.0, 1.0, 1.0 }
 
KIGFX::COLOR4D m_NegativeSkewColor { 1.0, 0.0, 0.0, 1.0 }
 
KIGFX::COLOR4D m_UnknownSkewColor { 0.5, 0.5, 0.5, 1.0 }
 
bool m_UseLogScale { false }
 

Detailed Description

Definition at line 220 of file pcbnew_settings.h.

Member Data Documentation

◆ m_NegativeSkewColor

KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_NegativeSkewColor { 1.0, 0.0, 0.0, 1.0 }

Definition at line 224 of file pcbnew_settings.h.

Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().

◆ m_PositiveSkewColor

KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_PositiveSkewColor { 0.0, 0.0, 1.0, 1.0 }

Definition at line 223 of file pcbnew_settings.h.

Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().

◆ m_UnknownSkewColor

KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UnknownSkewColor { 0.5, 0.5, 0.5, 1.0 }

Definition at line 225 of file pcbnew_settings.h.

Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().

◆ m_UseLogScale

bool PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UseLogScale { false }

Definition at line 226 of file pcbnew_settings.h.

Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().

◆ m_ZeroSkewColor

KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_ZeroSkewColor { 1.0, 1.0, 1.0, 1.0 }

Definition at line 222 of file pcbnew_settings.h.

Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().


The documentation for this struct was generated from the following file: