Mercurial > hg > orthanc-stone
comparison Framework/Scene2D/GrayscaleStyleConfigurator.h @ 1061:eb28dfe432f7
fixed typo in assert. msg. + getters for custom windowing in grayscale layer configurator.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 15 Oct 2019 10:53:28 +0200 |
parents | 4d1f57773b5b |
children | ba9db2ad317c b5dec783ba08 |
comparison
equal
deleted
inserted
replaced
1034:839d2bff92ab | 1061:eb28dfe432f7 |
---|---|
51 { | 51 { |
52 } | 52 } |
53 | 53 |
54 void SetWindowing(ImageWindowing windowing); | 54 void SetWindowing(ImageWindowing windowing); |
55 | 55 |
56 void SetCustomWindowing(float windowWidth, float windowCenter); | 56 void SetCustomWindowing(float windowCenter, float windowWidth); |
57 | |
58 void GetCustomWindowing(float& windowCenter, float& windowWidth) const; | |
57 | 59 |
58 void SetInverted(bool inverted); | 60 void SetInverted(bool inverted); |
59 | 61 |
60 void SetLinearInterpolation(bool enabled); | 62 void SetLinearInterpolation(bool enabled); |
61 | 63 |