public class LookUpTable16LinearSRGBtoSRGB extends LookUpTable16
dwMaxOutput, lutcurve, dwNumInput, eol| Modifier | Constructor and Description |
|---|---|
protected |
LookUpTable16LinearSRGBtoSRGB(int wShadowCutoff,
double dfShadowSlope,
int ksRGBLinearMaxValue,
double ksRGB8ScaleAfterExp,
double ksRGBExponent,
double ksRGB8ReduceAfterExp)
Construct the lut
|
| Modifier and Type | Method and Description |
|---|---|
static LookUpTable16LinearSRGBtoSRGB |
createInstance(int wShadowCutoff,
double dfShadowSlope,
int ksRGBLinearMaxValue,
double ksRGB8ScaleAfterExp,
double ksRGBExponent,
double ksRGB8ReduceAfterEx)
Factory method for creating the lut.
|
createInstance, elementAt, toString, toStringWholeLutprotected LookUpTable16LinearSRGBtoSRGB(int wShadowCutoff,
double dfShadowSlope,
int ksRGBLinearMaxValue,
double ksRGB8ScaleAfterExp,
double ksRGBExponent,
double ksRGB8ReduceAfterExp)
wShadowCutoff - size of shadow regiondfShadowSlope - shadow region parameterksRGBLinearMaxValue - size of lutksRGB8ScaleAfterExp - post shadow region parameterksRGBExponent - post shadow region parameterksRGB8ReduceAfterExp - post shadow region parameterpublic static LookUpTable16LinearSRGBtoSRGB createInstance(int wShadowCutoff, double dfShadowSlope, int ksRGBLinearMaxValue, double ksRGB8ScaleAfterExp, double ksRGBExponent, double ksRGB8ReduceAfterEx)
wShadowCutoff - size of shadow regiondfShadowSlope - shadow region parameterksRGBLinearMaxValue - size of lutksRGB8ScaleAfterExp - post shadow region parameterksRGBExponent - post shadow region parameterksRGB8ReduceAfterEx - post shadow region parameterCopyright © 2015. All rights reserved.