comparison Framework/Widgets/EmptyWidget.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
22 #include "EmptyWidget.h" 22 #include "EmptyWidget.h"
23 23
24 #include <Core/Images/ImageProcessing.h> 24 #include <Core/Images/ImageProcessing.h>
25 #include <Core/OrthancException.h> 25 #include <Core/OrthancException.h>
26 26
27 namespace OrthancStone 27 namespace Deprecated
28 { 28 {
29 bool EmptyWidget::Render(Orthanc::ImageAccessor& surface) 29 bool EmptyWidget::Render(Orthanc::ImageAccessor& surface)
30 { 30 {
31 // Note: This call is slow 31 // Note: This call is slow
32 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255); 32 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255);