comparison Framework/Scene2D/ColorTextureSceneLayer.h @ 860:238693c3bc51 am-dev

merge default -> am-dev
author Alain Mazy <alain@mazy.be>
date Mon, 24 Jun 2019 14:35:00 +0200
parents 55411e7da2f7
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
856:a6e17a5a39e7 860:238693c3bc51
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