Skip to content
Snippets Groups Projects
Commit 1cb28938 authored by brinn's avatar brinn
Browse files

Add getters for transformation parameters.

SVN: 26126
parent d20af3db
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,16 @@ public class IntensityRangeImageTransformerFactory implements IImageTransformerF
this.whitePointIntensity = whitePointIntensity;
}
public int getBlackPointIntensity()
{
return blackPointIntensity;
}
public int getWhitePointIntensity()
{
return whitePointIntensity;
}
@Override
public IImageTransformer createTransformer()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment