PsdImage.AddExposureAdjustmentLayer

PsdImage.AddExposureAdjustmentLayer method

Adds the exposure adjustment layer.

public ExposureLayer AddExposureAdjustmentLayer(float exposure = 0, float offset = 0, 
    float gammaCorrection = 1)
ParameterTypeDescription
exposureSingleThe exposure.
offsetSingleThe offset.
gammaCorrectionSingleThe gamma correction.

Return Value

Created Exposure Adjustment Layer

See Also