View Source Evision.TonemapReinhard (Evision v0.1.7)

Link to this section Summary

cv

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Positional Arguments
  • color_adapt: float

Python prototype (for reference):

Positional Arguments
  • intensity: float

Python prototype (for reference):

Positional Arguments
  • light_adapt: float

Python prototype (for reference):

Link to this section cv

Link to this function

getColorAdaptation(self)

View Source

Python prototype (for reference):

getColorAdaptation() -> retval

Python prototype (for reference):

getIntensity() -> retval
Link to this function

getLightAdaptation(self)

View Source

Python prototype (for reference):

getLightAdaptation() -> retval
Link to this function

setColorAdaptation(self, color_adapt)

View Source
Positional Arguments
  • color_adapt: float

Python prototype (for reference):

setColorAdaptation(color_adapt) -> None
Link to this function

setIntensity(self, intensity)

View Source
Positional Arguments
  • intensity: float

Python prototype (for reference):

setIntensity(intensity) -> None
Link to this function

setLightAdaptation(self, light_adapt)

View Source
Positional Arguments
  • light_adapt: float

Python prototype (for reference):

setLightAdaptation(light_adapt) -> None

Link to this section Functions

Link to this function

getColorAdaptation!(self)

View Source

Raising version of getColorAdaptation/1.

Raising version of getIntensity/1.

Link to this function

getLightAdaptation!(self)

View Source

Raising version of getLightAdaptation/1.

Link to this function

setColorAdaptation!(self, color_adapt)

View Source

Raising version of setColorAdaptation/2.

Link to this function

setIntensity!(self, intensity)

View Source

Raising version of setIntensity/2.

Link to this function

setLightAdaptation!(self, light_adapt)

View Source

Raising version of setLightAdaptation/2.