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