View Source Evision.TonemapReinhard (Evision v0.1.11)

Link to this section Summary

Types

t()

Type that represents an Evision.TonemapReinhard struct.

Functions

Return
  • retval: float

Python prototype (for reference):

Return
  • retval: float

Python prototype (for reference):

Return
  • retval: float

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 Types

@type t() :: %Evision.TonemapReinhard{ref: reference()}

Type that represents an Evision.TonemapReinhard struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

Link to this function

getColorAdaptation(self)

View Source
@spec getColorAdaptation(t()) :: number() | {:error, String.t()}
Return
  • retval: float

Python prototype (for reference):

getColorAdaptation() -> retval
@spec getIntensity(t()) :: number() | {:error, String.t()}
Return
  • retval: float

Python prototype (for reference):

getIntensity() -> retval
Link to this function

getLightAdaptation(self)

View Source
@spec getLightAdaptation(t()) :: number() | {:error, String.t()}
Return
  • retval: float

Python prototype (for reference):

getLightAdaptation() -> retval
Link to this function

setColorAdaptation(self, color_adapt)

View Source
@spec setColorAdaptation(t(), number()) :: :ok | {:error, String.t()}
Positional Arguments
  • color_adapt: float

Python prototype (for reference):

setColorAdaptation(color_adapt) -> None
Link to this function

setIntensity(self, intensity)

View Source
@spec setIntensity(t(), number()) :: :ok | {:error, String.t()}
Positional Arguments
  • intensity: float

Python prototype (for reference):

setIntensity(intensity) -> None
Link to this function

setLightAdaptation(self, light_adapt)

View Source
@spec setLightAdaptation(t(), number()) :: :ok | {:error, String.t()}
Positional Arguments
  • light_adapt: float

Python prototype (for reference):

setLightAdaptation(light_adapt) -> None