[]
Factory method for creating the lut.
public static LookUpTable16LinearSRGBtoSRGB createInstance(int wShadowCutoff, double dfShadowSlope, int ksRGBLinearMaxValue, double ksRGB8ScaleAfterExp, double ksRGBExponent, double ksRGB8ReduceAfterEx)
Type | Name | Description |
---|---|---|
int | wShadowCutoff | size of shadow region |
double | dfShadowSlope | shadow region parameter |
int | ksRGBLinearMaxValue | size of lut |
double | ksRGB8ScaleAfterExp | post shadow region parameter |
double | ksRGBExponent | post shadow region parameter |
double | ksRGB8ReduceAfterEx | post shadow region parameter |
Type | Description |
---|---|
LookUpTable16LinearSRGBtoSRGB | the lut |