![]() |
KiCad PCB EDA Suite
|
#include <stackup_predefined_prms.h>
Public Member Functions | |
FAB_LAYER_COLOR () | |
FAB_LAYER_COLOR (const wxString &aColorName, const wxColor &aColor) | |
const wxString & | GetName () const |
wxColor | GetColor (BOARD_STACKUP_ITEM_TYPE aItemType) const |
Private Attributes | |
wxString | m_colorName |
KIGFX::COLOR4D | m_color |
Definition at line 72 of file stackup_predefined_prms.h.
|
inline |
Definition at line 75 of file stackup_predefined_prms.h.
|
inline |
Definition at line 78 of file stackup_predefined_prms.h.
|
inline |
Definition at line 88 of file stackup_predefined_prms.h.
References BS_ITEM_TYPE_SOLDERMASK, DEFAULT_SOLDERMASK_OPACITY, m_color, and KIGFX::COLOR4D::WithAlpha().
Referenced by PANEL_SETUP_BOARD_STACKUP::createColorBox(), GetDefaultUserColor(), and PANEL_SETUP_BOARD_STACKUP::GetSelectedColor().
|
inline |
|
private |
Definition at line 99 of file stackup_predefined_prms.h.
Referenced by GetColor().
|
private |
Definition at line 97 of file stackup_predefined_prms.h.
Referenced by GetName().