[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.LookUpTable16LinearSRGBtoSRGB.-ctor

LookUpTable16LinearSRGBtoSRGB Constructor

LookUpTable16LinearSRGBtoSRGB(int, double, int, double, double, double)

Construct the lut

Declaration
protected LookUpTable16LinearSRGBtoSRGB(int wShadowCutoff, double dfShadowSlope, int ksRGBLinearMaxValue, double ksRGB8ScaleAfterExp, double ksRGBExponent, double ksRGB8ReduceAfterExp)
Parameters
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 ksRGB8ReduceAfterExp

post shadow region parameter