KiCad PCB EDA Suite
|
#include <kiplatform/ui.h>
#include <dialogs/dialog_color_picker.h>
#include <cmath>
#include <algorithm>
#include <kiface_base.h>
#include <settings/app_settings.h>
#include <widgets/color_swatch.h>
#include <wx/bitmap.h>
#include <wx/dcmemory.h>
Go to the source code of this file.
Macros | |
#define | ALPHA_MAX 100 |
#define | SLOPE_AXIS ( bmsize.y / 5.28 ) |
#define | ID_COLOR_BLACK 2000 |
#define | MAPX(xx) |
#define | MAPY(yy) |
#define | MAPX(xx) |
#define | MAPY(yy) |
Functions | |
void | configureSpinCtrl (wxSpinCtrl *aCtrl) |
#define ALPHA_MAX 100 |
Definition at line 31 of file dialog_color_picker.cpp.
Referenced by PCB_CONTROL::LayerAlphaInc(), DIALOG_COLOR_PICKER::OnChangeAlpha(), and DIALOG_COLOR_PICKER::SetEditVals().
#define ID_COLOR_BLACK 2000 |
Referenced by DIALOG_COLOR_PICKER::buttColorClick(), and DIALOG_COLOR_PICKER::initDefinedColors().
#define MAPX | ( | xx | ) |
Referenced by DIALOG_COLOR_PICKER::createHSVBitmap(), and DIALOG_COLOR_PICKER::createRGBBitmap().
#define MAPX | ( | xx | ) |
#define MAPY | ( | yy | ) |
Referenced by DIALOG_COLOR_PICKER::createHSVBitmap(), and DIALOG_COLOR_PICKER::createRGBBitmap().
#define MAPY | ( | yy | ) |
#define SLOPE_AXIS ( bmsize.y / 5.28 ) |
Definition at line 32 of file dialog_color_picker.cpp.
Referenced by DIALOG_COLOR_PICKER::createRGBBitmap(), and DIALOG_COLOR_PICKER::drawRGBPalette().
void configureSpinCtrl | ( | wxSpinCtrl * | aCtrl | ) |
Definition at line 37 of file dialog_color_picker.cpp.
Referenced by DIALOG_COLOR_PICKER::TransferDataToWindow().