View Source Evision.TonemapMantiuk (Evision v0.2.9)

Summary

Types

t()

Type that represents an TonemapMantiuk struct.

Types

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

Type that represents an TonemapMantiuk struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

getSaturation(named_args)

View Source
@spec getSaturation(Keyword.t()) :: any() | {:error, String.t()}
@spec getSaturation(t()) :: number() | {:error, String.t()}

getSaturation

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
Return
  • retval: float

Python prototype (for reference only):

getSaturation() -> retval
@spec getScale(Keyword.t()) :: any() | {:error, String.t()}
@spec getScale(t()) :: number() | {:error, String.t()}

getScale

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
Return
  • retval: float

Python prototype (for reference only):

getScale() -> retval
Link to this function

setSaturation(named_args)

View Source
@spec setSaturation(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

setSaturation(self, saturation)

View Source
@spec setSaturation(t(), number()) :: t() | {:error, String.t()}

setSaturation

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
  • saturation: float

Python prototype (for reference only):

setSaturation(saturation) -> None
@spec setScale(Keyword.t()) :: any() | {:error, String.t()}
@spec setScale(t(), number()) :: t() | {:error, String.t()}

setScale

Positional Arguments
  • self: Evision.TonemapMantiuk.t()
  • scale: float

Python prototype (for reference only):

setScale(scale) -> None