App
BrightnessLUTCancelableToolActionData.java
Go to the documentation of this file.
1 package mhr.appcore.tools.actiondata;
2 
3 import mhr.appcore.tools.actiondata.CancelableToolActionData.Action;
4 
9 
10 
11  public double bias;
12 
20  super(action);
21  this.bias = bias;
22  }
23 
24 }