[]
Factory method for creating the lut.
public static LookUpTable32LinearSRGBtoSRGB createInstance(int inMax, int outMax, double shadowCutoff, double shadowSlope, double scaleAfterExp, double exponent, double reduceAfterExp)
Type | Name | Description |
---|---|---|
int | inMax | |
int | outMax | |
double | shadowCutoff | |
double | shadowSlope | |
double | scaleAfterExp | |
double | exponent | |
double | reduceAfterExp |
Type | Description |
---|---|
LookUpTable32LinearSRGBtoSRGB | the lut |