This widget handle specifically the color of each voxel (R, G, B) in the output rendered image. More...
#include <ColorPointWidget.h>
Public Slots | |
| virtual void | colorButtonClicked () |
| virtual void | remove () |
Public Member Functions | |
| ColorPointWidget (QWidget *volumeRenderingWidget) | |
| ColorPointWidget (QWidget *volumeRenderingWidget, double grayLevel, QColor color) | |
| QColor | getColor () |
| double | getGrayLevel () |
This widget handle specifically the color of each voxel (R, G, B) in the output rendered image.
| ColorPointWidget::ColorPointWidget | ( | QWidget * | volumeRenderingWidget | ) |
| ColorPointWidget::ColorPointWidget | ( | QWidget * | volumeRenderingWidget, |
| double | grayLevel, | ||
| QColor | color | ||
| ) |
|
virtualslot |
| QColor ColorPointWidget::getColor | ( | ) |
| double ColorPointWidget::getGrayLevel | ( | ) |
|
virtualslot |
References VolumeRenderingWidget::removeColorPoint().