Mercurial > hg > orthanc-stone
comparison Framework/Scene2D/GrayscaleStyleConfigurator.h @ 836:e62e7361fd60
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 31 May 2019 16:34:26 +0200 |
parents | 0965b665c653 |
children | 2b4b6b86520a |
comparison
equal
deleted
inserted
replaced
835:0965b665c653 | 836:e62e7361fd60 |
---|---|
45 linearInterpolation_(false), | 45 linearInterpolation_(false), |
46 hasWindowing_(false) | 46 hasWindowing_(false) |
47 { | 47 { |
48 } | 48 } |
49 | 49 |
50 void SetWindowing(ImageWindowing windowing) | 50 void SetWindowing(ImageWindowing windowing); |
51 { | |
52 hasWindowing_ = true; | |
53 windowing_ = windowing; | |
54 } | |
55 | 51 |
56 void SetLinearInterpolation(bool enabled); | 52 void SetLinearInterpolation(bool enabled); |
57 | 53 |
58 bool IsLinearInterpolation() const | 54 bool IsLinearInterpolation() const |
59 { | 55 { |