comparison Framework/Scene2D/ColorTextureSceneLayer.h @ 768:55411e7da2f7

LookupTableTextureSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 May 2019 20:04:33 +0200
parents 5430bcffba57
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
767:dce5b067d040 768:55411e7da2f7
26 namespace OrthancStone 26 namespace OrthancStone
27 { 27 {
28 class ColorTextureSceneLayer : public TextureBaseSceneLayer 28 class ColorTextureSceneLayer : public TextureBaseSceneLayer
29 { 29 {
30 public: 30 public:
31 // If using RGBA32, premultiplied alpha is assumed
31 ColorTextureSceneLayer(const Orthanc::ImageAccessor& texture); 32 ColorTextureSceneLayer(const Orthanc::ImageAccessor& texture);
32 33
33 virtual ISceneLayer* Clone() const; 34 virtual ISceneLayer* Clone() const;
34 35
35 virtual Type GetType() const 36 virtual Type GetType() const