KiCad PCB EDA Suite
|
A class to handle a custom color (predefined color) for the color picker dialog. More...
#include <dialog_color_picker.h>
Public Member Functions | |
CUSTOM_COLOR_ITEM (double red, double green, double blue, const wxString &aName) | |
CUSTOM_COLOR_ITEM (double red, double green, double blue, double alpha, const wxString &aName) | |
CUSTOM_COLOR_ITEM (const KIGFX::COLOR4D &aColor, const wxString &aName) | |
Public Attributes | |
KIGFX::COLOR4D | m_Color |
wxString | m_ColorName |
A class to handle a custom color (predefined color) for the color picker dialog.
Definition at line 33 of file dialog_color_picker.h.
|
inline |
Definition at line 38 of file dialog_color_picker.h.
References KIGFX::COLOR4D::b, KIGFX::COLOR4D::g, m_Color, m_ColorName, KIGFX::COLOR4D::r, and red.
|
inline |
Definition at line 46 of file dialog_color_picker.h.
References KIGFX::COLOR4D::a, KIGFX::COLOR4D::b, KIGFX::COLOR4D::g, m_Color, m_ColorName, KIGFX::COLOR4D::r, and red.
|
inline |
Definition at line 55 of file dialog_color_picker.h.
KIGFX::COLOR4D CUSTOM_COLOR_ITEM::m_Color |
Definition at line 35 of file dialog_color_picker.h.
Referenced by CUSTOM_COLOR_ITEM(), and DIALOG_COLOR_PICKER::initDefinedColors().
wxString CUSTOM_COLOR_ITEM::m_ColorName |
Definition at line 36 of file dialog_color_picker.h.
Referenced by CUSTOM_COLOR_ITEM(), and DIALOG_COLOR_PICKER::initDefinedColors().