View Source Evision.TonemapMantiuk (Evision v0.1.10)

Link to this section Summary

Types

t()

Type that represents an Evision.TonemapMantiuk struct.

Functions

Return
  • retval: float

Python prototype (for reference):

Return
  • retval: float

Python prototype (for reference):

Positional Arguments
  • saturation: float

Python prototype (for reference):

Positional Arguments
  • scale: float

Python prototype (for reference):

Link to this section Types

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

Type that represents an Evision.TonemapMantiuk struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

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

Python prototype (for reference):

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

Python prototype (for reference):

getScale() -> retval
Link to this function

setSaturation(self, saturation)

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

Python prototype (for reference):

setSaturation(saturation) -> None
@spec setScale(t(), number()) :: :ok | {:error, String.t()}
Positional Arguments
  • scale: float

Python prototype (for reference):

setScale(scale) -> None