#include "myscene.h"#include "mainwindow.h"#include "ui_mainwindow.h"#include "colormask.h"#include "ui_colormask.h"#include "global.h"#include <QPixmap>#include <QString>#include <QGraphicsScene>#include <QPainter>#include <QColor>#include <QRgb>#include <QTimer>Go to the source code of this file.
Variables | |
| int | red_low |
| int | red_up |
| int | green_low |
| int | green_up |
| int | blue_low |
| int | blue_up |
| int | value |
| int blue_low |
Definition at line 23 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int blue_up |
Definition at line 24 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int green_low |
Definition at line 21 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int green_up |
Definition at line 22 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int red_low |
The colormaks window, which allows you to set the color ranges with sliders or in textfields
Definition at line 19 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int red_up |
Definition at line 20 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int value |
Definition at line 25 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), colormask::update_color_mask_parameter(), and MainWindow::value_change_int().
1.8.1.1